Skip to content

VS Code - Bryan's [[linked]] approach in DevOps markdown doc at work #119

Answered by tallguyjenks
fakoh asked this question in Q&A
Discussion options

You must be logged in to vote

@fakoh We use a LOT of extensions, I also have a custom bash profile in the repo that gets loaded by our settings.json for git aliases and other things.

.vscode/.bashrc
# Friendly aliases to use with git in the shell for those that like simplicity

# Allow vim mode editing on the CLI (<ESC> to enter normal mode)
set -o vi

alias v="vim"
alias q="exit"
alias ga="git add $@"
alias gA="git add ."
alias gb="git branch"
alias gB="git branch $@"
alias gc=gtype
alias gC=gtype
alias gf="git fetch --prune"
alias gm="git mv $@"
alias gp="git push"
alias gpo="git push --set-upstream origin $(git branch --show-current)"
alias gP="git pull"
alias gs="git status"
alias gS="git switch $@"
alias gwa="gi…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@fakoh
Comment options

@fakoh
Comment options

@tallguyjenks
Comment options

@fakoh
Comment options

Answer selected by tallguyjenks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants