Skip to content
Snippets Groups Projects
Commit ad721d84 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 56f02d5b
No related branches found
No related tags found
No related merge requests found
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