Forked from vjnan369/gist:34e6bad0fb944258f0cfe9f2532a50ff
Created
July 8, 2017 15:50
-
-
Save nshiva/a1168f898dd0faa52272e9c7eadb0670 to your computer and use it in GitHub Desktop.
Revisions
-
vjnan369 revised this gist
Jun 7, 2017 . 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 @@ -4,11 +4,11 @@ ### clone a repository: Using HTTP web url: git clone https://github.com/vjnan369/tokboxapp.git using SSH key: git clone [email protected]:vjnan369/tokboxapp.git -
vjnan369 revised this gist
Jun 7, 2017 . 1 changed file with 51 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 @@ -27,7 +27,58 @@ remove remote path add file to git git add . //will add all untracked files to git commit code git commit -m "commit text here" push code git push upstream master pull code git pull upstream master create a new branch git checkout -b shiva_dev stash the changes git stash get stashed data git stash apply check git status git status check changes in git git diff switch branch git checkout mahesh_dev merge other branch code into current branch git merge shiva_dev look stash list git stash list look latest stash changes git stash show -p look specific stash changes git stash show -p stash@{5} -
vjnan369 revised this gist
Jun 7, 2017 . 1 changed file with 18 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 @@ -10,7 +10,24 @@ git clone https://github.com/vjnan369/tokboxapp.git SSH: git clone [email protected]:vjnan369/tokboxapp.git add new remote git remote add upstream [email protected]:vjnan369/tokboxapp.git check remote path git remote -v remove remote path git remote rm upstream add file to git git add . //will add all untracked files to git -
vjnan369 revised this gist
Jun 7, 2017 . 1 changed file with 3 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 @@ -5,8 +5,11 @@ ### clone a repository: HTTP: git clone https://github.com/vjnan369/tokboxapp.git SSH: git clone [email protected]:vjnan369/tokboxapp.git -
vjnan369 revised this gist
Jun 7, 2017 . 1 changed file with 9 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 @@ -2,3 +2,12 @@ ## It is a version control system which can track changes in files and coordinating work on those files among multiple people ### clone a repository: HTTP: git clone https://github.com/vjnan369/tokboxapp.git SSH: git clone [email protected]:vjnan369/tokboxapp.git -
vjnan369 revised this gist
Jun 7, 2017 . 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,3 +1,4 @@ # What is GIT ## It is a version control system which can track changes in files and coordinating work on those files among multiple people -
vjnan369 revised this gist
Jun 7, 2017 . 1 changed file with 3 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 +1,3 @@ # What is GIT ## This is git -
vjnan369 renamed this gist
Apr 2, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
vjnan369 created this gist
Apr 2, 2017 .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 @@ # What is GIT