diff --git a/git.txt b/git.txt index 139a883..dfc33c2 100644 --- a/git.txt +++ b/git.txt @@ -94,12 +94,12 @@ collaborate on a git project mkdir MyCode git add MyCode echo "my new PIC code" > MyCode/README - git add README - git commit README + git add MyCode/README + git commit MyCode/README git status - # now two files should be visible as + git push