-
-
Save kelvin8773/5e4dcea0c1d85c4cb27c47b0eca97383 to your computer and use it in GitHub Desktop.
Revisions
-
thcdevcl revised this gist
Apr 12, 2019 . 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,6 +1,6 @@ [user] name = "Your Name" email = your@email.com [alias] co = checkout codev = checkout development -
thcdevcl revised this gist
Apr 9, 2019 . 1 changed file with 18 additions and 17 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,20 +1,21 @@ [user] name = Diego Robles email = [email protected] [alias] co = checkout codev = checkout development comas = checkout master nb = checkout -b nbd = checkout -b development s = status l = log c = commit -m a = add -A pushdev = push origin development pushmas = push origin master pulldev = pull origin development pullmas = pull origin master fdev = fetch origin development fb = fetch origin [color] ui = auto -
thcdevcl revised this gist
Apr 6, 2019 . No changes.There are no files selected for viewing
-
thcdevcl revised this gist
Apr 6, 2019 . 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 @@ -3,6 +3,8 @@ email = [email protected] [alias] co = checkout codev = checkout development comas = checkout master nb = checkout -b s = status l = log -
thcdevcl created this gist
Apr 6, 2019 .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,18 @@ [user] name = Diego Robles email = [email protected] [alias] co = checkout nb = checkout -b s = status l = log c = commit -m a = add -A pushdev = push origin development pushmas = push origin master pulldev = pull origin development pullmas = pull origin master fdev = fetch origin development fb = fetch origin [color] ui = auto