Skip to content

Commit

Permalink
finally the basics
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Jul 21, 2016
1 parent 9158418 commit 7583828
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit 7583828

Please sign in to comment.