Last active
June 21, 2016 09:33
-
-
Save lucijafrkovic/a4629072272987ff709fd2257b8cb986 to your computer and use it in GitHub Desktop.
Revisions
-
lucijafrkovic revised this gist
Jun 21, 2016 . 1 changed file with 5 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,5 @@ 1. git checkout -b branch_name tag_name 2. git push --set-upstream origin branch_name or git push -u origin branch_name -
lucijafrkovic revised this gist
May 18, 2016 . 1 changed file with 1 addition 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,2 +1,2 @@ git checkout -b branch_name tag_name git push --set-upstream origin branch_name -
lucijafrkovic created this gist
May 18, 2016 .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,2 @@ git checkout -b branch_name tag_name git push origin branch_name