Skip to content
Snippets Groups Projects
Commit 0f1d41b7 authored by Li, Haodong (PG/T - Comp Sci & Elec Eng)'s avatar Li, Haodong (PG/T - Comp Sci & Elec Eng) :grimacing:
Browse files

Add new file

parent a48a66d5
No related branches found
No related tags found
1 merge request!1Add new file
cat - >Hello.py # type in print(“Hello World”) into STDIN and type Ctrl-D.
python3 Hello.py # Should print(“Hello World”)
git add Hello.py #Add a shiny new file to your repo.
git status # Note the output and compare with the next git status below
git commit -m "Added first piece of code"
git status # How does this differ from previous git status? What does this tell you?
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment