-
-
Save ezkl/1246032 to your computer and use it in GitHub Desktop.
Revisions
-
ezkl revised this gist
Sep 27, 2011 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,8 @@ # fetch is where you update from `git fetch origin master` == fetch any updates from the remote repository called origin's `master` branch. OR `git pull origin master` == fetch any updates AND merge them into mine origin git@github.com:ezkl/code.ipsrvcs.com.git (fetch) -
ezkl revised this gist
Sep 27, 2011 . 1 changed file with 10 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,12 @@ # fetch is where you update from `git fetch origin master` == fetch any updates from the remote repository called origin's `master` branch. OR `git pull origin master` == fetch any updates AND merge them into mine origin git@github.com:ezkl/code.ipsrvcs.com.git (fetch) # push is where you put your updates `git push origin master` == push any committed updates from my local repository into the remote repository origin's `master` branch. origin git@github.com:ezkl/code.ipsrvcs.com.git (push) -
ezkl revised this gist
Sep 27, 2011 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ # `origin git@github.com:ezkl/code.ipsrvcs.com.git (fetch)` `origin git@github.com:ezkl/code.ipsrvcs.com.git (push)` -
ezkl revised this gist
Sep 27, 2011 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,3 @@ `origin git@github.com:ezkl/code.ipsrvcs.com.git (fetch)` `origin git@github.com:ezkl/code.ipsrvcs.com.git (push)` -
ezkl revised this gist
Sep 27, 2011 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,2 @@ `origin git@github.com:ezkl/code.ipsrvcs.com.git (fetch)` `origin git@github.com:ezkl/code.ipsrvcs.com.git (push)` -
ezkl renamed this gist
Sep 27, 2011 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ezkl renamed this gist
Sep 27, 2011 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,2 @@ origin git@github.com:ezkl/code.ipsrvcs.com.git (fetch) origin git@github.com:ezkl/code.ipsrvcs.com.git (push) -
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ MacBook-Pros-MacBook-Pro-2:new macbookpro$ git remote -v origin git@github.com:ezkl/code.ipsrvcs.com.git (fetch) origin git@github.com:ezkl/code.ipsrvcs.com.git (push) MacBook-Pros-MacBook-Pro-2:new macbookpro$