Skip to content

Instantly share code, notes, and snippets.

@kelvin8773
Forked from thcdevcl/.gitconfig
Created April 12, 2019 17:55
Show Gist options
  • Select an option

  • Save kelvin8773/5e4dcea0c1d85c4cb27c47b0eca97383 to your computer and use it in GitHub Desktop.

Select an option

Save kelvin8773/5e4dcea0c1d85c4cb27c47b0eca97383 to your computer and use it in GitHub Desktop.

Revisions

  1. @thcdevcl thcdevcl revised this gist Apr 12, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions .gitconfig
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    [user]
    name = Diego Robles
    email = diego@hemployeed.com
    name = "Your Name"
    email = your@email.com
    [alias]
    co = checkout
    codev = checkout development
  2. @thcdevcl thcdevcl revised this gist Apr 9, 2019. 1 changed file with 18 additions and 17 deletions.
    35 changes: 18 additions & 17 deletions .gitconfig
    Original file line number Diff line number Diff line change
    @@ -1,20 +1,21 @@
    [user]
    name = Diego Robles
    email = [email protected]
    name = Diego Robles
    email = [email protected]
    [alias]
    co = checkout
    codev = checkout development
    comas = checkout master
    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
    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
    ui = auto
  3. @thcdevcl thcdevcl revised this gist Apr 6, 2019. No changes.
  4. @thcdevcl thcdevcl revised this gist Apr 6, 2019. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions .gitconfig
    Original 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
  5. @thcdevcl thcdevcl created this gist Apr 6, 2019.
    18 changes: 18 additions & 0 deletions .gitconfig
    Original 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