Skip to content

Instantly share code, notes, and snippets.

@lukalopusina
Last active June 9, 2021 15:49
Show Gist options
  • Select an option

  • Save lukalopusina/744133f268a51f47187050a66d3fb569 to your computer and use it in GitHub Desktop.

Select an option

Save lukalopusina/744133f268a51f47187050a66d3fb569 to your computer and use it in GitHub Desktop.

Revisions

  1. lukalopusina revised this gist Dec 1, 2016. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion git-aliases
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,9 @@
    # GIT
    # --------------------------------------------
    alias ga="git add"
    alias gaa="git add ."
    alias gc="git commit -m "
    alias gp="git push github"
    alias gs="git status"
    alias nah="git reset --hard; git clean -df;"
    alias nah="git reset --hard; git clean -df;"
    # --------------------------------------------
  2. lukalopusina created this gist Apr 29, 2016.
    6 changes: 6 additions & 0 deletions git-aliases
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    alias ga="git add"
    alias gaa="git add ."
    alias gc="git commit -m "
    alias gp="git push github"
    alias gs="git status"
    alias nah="git reset --hard; git clean -df;"