Skip to content

Commit

Permalink
added few git aliases along with GOPRIVATE
Browse files Browse the repository at this point in the history
  • Loading branch information
smoorg committed Oct 9, 2023
1 parent 7a4155b commit a8a16c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ alias ll="ls -l --color"
# checkout
alias gc='git checkout'
alias gcb='git checkout -b'
alias gcp='git checkout -p'

# status
alias gs='git status'
Expand All @@ -58,6 +59,9 @@ alias ll="ls -l --color"
alias gr='git rebase --commiter-date-is-author-date'
alias grc='git rebase --continue'
alias gra='git rebase --abort'

# reset
alias grp='git reset -p'

# log
alias grl='git reflog'
Expand Down
2 changes: 2 additions & 0 deletions .bash_params_dev
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ export GEM_HOME=$HOME/.cache/gem
# rvm use 2.7.7
#fi

export GOPRIVATE=gitlab.com/readly-ab/*

export PATH=$PATH:$DOTNET_TOOLS:$YARN_GLOBAL:$DEVKITPRO

0 comments on commit a8a16c8

Please sign in to comment.