From 75838287f634671e42e3e9684ab16fa7b39b537c Mon Sep 17 00:00:00 2001 From: Peter Teuben Date: Thu, 21 Jul 2016 18:59:45 -0400 Subject: [PATCH] finally the basics --- git.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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