File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,9 @@ alias gl="git pull"
42
42
alias glr=" git pull --rebase"
43
43
alias glrb=" git fetch && git rebase origin/master"
44
44
alias gp=" git push"
45
- alias gs=" git status"
45
+ alias gs=" git status; echo; echo Skipped:; echo; git skipped "
46
46
alias gg=" git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative"
47
47
alias ggs=" gg --stat"
48
- alias gh=" github"
49
48
alias gsl=" git shortlog -sn"
50
49
alias gw=" git whatchanged"
51
50
alias gst=" git stash"
@@ -61,6 +60,8 @@ alias gup='gst && glr && gstp'
61
60
alias gupb=' gst && glrb && gstp'
62
61
alias amend=" g commit --amend"
63
62
63
+ alias gcs=" gh copilot suggest"
64
+
64
65
# Useful report of what has been committed locally but not yet pushed to another
65
66
# branch. Defaults to the remote origin/master. The u is supposed to stand for
66
67
# undone, unpushed, or something.
@@ -209,7 +210,7 @@ alias tmux='TERM=screen-256color tmux'
209
210
alias target=' echo $TMUX | cut -f1 -d, > .tmux-target; tmux display-message -p "#{window_id}.#{pane_id}" >> .tmux-target'
210
211
alias t=' target'
211
212
212
- alias ws=" rbenv shell 2.7.1 && working_set"
213
+ alias ws=" rbenv shell 2.7.5 && working_set"
213
214
214
215
# ###########################################################
215
216
alias vi=nvim
You can’t perform that action at this time.
0 commit comments