Skip to content

Instantly share code, notes, and snippets.

@johnmcase
Last active April 14, 2023 15:58
Show Gist options
  • Select an option

  • Save johnmcase/d9c771b9d571876c72d21c22b6924581 to your computer and use it in GitHub Desktop.

Select an option

Save johnmcase/d9c771b9d571876c72d21c22b6924581 to your computer and use it in GitHub Desktop.

Revisions

  1. johnmcase revised this gist Apr 14, 2023. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion .profile
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,3 @@
    alias gitclean='git clean -dfx'
    alias glog='git log --graph --topo-order --pretty="%C(auto)%h %<(15,trunc)%an %<(15,trunc)%ar %C(cyan)%<(65,trunc)%s %C(auto)%D"'
    alias glog='git log --graph --topo-order --pretty="%C(auto)%h %<(15,trunc)%an %<(15,trunc)%ar %C(cyan)%<(65,trunc)%s %C(auto)%D"'
    alias uuid='node -e "console.log(require(\"crypto\").randomUUID())"'
  2. johnmcase revised this gist Sep 8, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .profile
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,2 @@
    alias gitclean='git clean -dfX'
    alias gitclean='git clean -dfx'
    alias glog='git log --graph --topo-order --pretty="%C(auto)%h %<(15,trunc)%an %<(15,trunc)%ar %C(cyan)%<(65,trunc)%s %C(auto)%D"'
  3. johnmcase created this gist Jun 4, 2021.
    2 changes: 2 additions & 0 deletions .profile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    alias gitclean='git clean -dfX'
    alias glog='git log --graph --topo-order --pretty="%C(auto)%h %<(15,trunc)%an %<(15,trunc)%ar %C(cyan)%<(65,trunc)%s %C(auto)%D"'