git gss
Shell
# ----------------------
# Git Aliases
# ----------------------
alias ga='git add'
alias gaa='git add .'
alias gaaa='git add --all'
alias gau='git add --update'
alias gb='git branch'
alias gbd='git branch --delete '
alias gc='git commit'
alias gcm='git commit --message'
alias gcf='git commit --fixup'
alias gco='git checkout'
alias gcob='git checkout -b'
alias gcom='git checkout master'
alias gcos='git checkout staging'
alias gcod='git checkout develop'
alias gd='git diff'
alias gda='git diff HEAD'
alias gi='git init'
alias glg='git log --graph --oneline --decorate --all'
alias gld='git log --pretty=format:"%h %ad %s" --date=short --all'
alias gm='git merge --no-ff'
alias gma='git merge --abort'
alias gmc='git merge --continue'
alias gp='git pull'
alias gpr='git pull --rebase'
alias gr='git rebase'
alias gs='git status'
alias gss='git status --short'
alias gst='git stash'
alias gsta='git stash apply'
alias gstd='git stash drop'
alias gstl='git stash list'
alias gstp='git stash pop'
alias gsts='git stash save'
# ----------------------
# Git Functions
# ----------------------
# Git log find by commit message
function glf() { git log --all --grep="$1"; }
Also in Shell:
- Title
- linux command line in windows 10
- Category
- Shell
- Title
- shell script variable
- Category
- Shell
- Title
- electron
- Category
- Shell
- Title
- pyglet linux
- Category
- Shell
- Title
- linux set environment variable
- Category
- Shell
- Title
- how to check upstream git
- Category
- Shell
- Title
- git reset
- Category
- Shell
- Title
- Data path ".builders['app-shell']" should have required property 'class'.
- Category
- Shell
- Title
- how to connect to the database as root user in linux
- Category
- Shell
- Title
- git prune local branches
- Category
- Shell
- Title
- ould not change directory to "/root": Permission denied
- Category
- Shell
- Title
- extract tar.gz ubuntu terminal
- Category
- Shell
- Title
- zip entire directory ubuntu
- Category
- Shell
- Title
- git add all files command
- Category
- Shell
- Title
- how to install mongoose
- Category
- Shell
- Title
- angular add modulee
- Category
- Shell
- Title
- luminati proxy manager
- Category
- Shell
- Title
- how to create a branch in git
- Category
- Shell
- Title
- linux remove root access
- Category
- Shell
- Title
- How to find your ip on debian linux wsl
- Category
- Shell
- Title
- linux show version
- Category
- Shell
- Title
- install pyenv
- Category
- Shell
- Title
- powershell bulk rename and add extra string to filename
- Category
- Shell
- Title
- how to perform mathematical operations in shell script
- Category
- Shell
- Title
- intel pinning threads
- Category
- Shell
- Title
- search by message git
- Category
- Shell
- Title
- install sklearn
- Category
- Shell
- Title
- git clean
- Category
- Shell
- Title
- heic open linux
- Category
- Shell
- Title
- obs
- Category
- Shell
- Title
- edit files from terminal linux
- Category
- Shell
- Title
- switch session windows tmux
- Category
- Shell
- Title
- kubernetes copy files to persistent volume
- Category
- Shell
- Title
- git authentication failed
- Category
- Shell
- Title
- git credenttial.helper cmd
- Category
- Shell
- Title
- how to update local repo when i make changes to github remote repo
- Category
- Shell
- Title
- git get access to private repository
- Category
- Shell
- Title
- how to uninstall node.JS
- Category
- Shell
- Title
- xbox 360 wireless adapter linux
- Category
- Shell
- Title
- create a symlink
- Category
- Shell
- Title
- serverless sqs batch size
- Category
- Shell
- Title
- git config --global http.sslverify "false" This command resolve my problem
- Category
- Shell
- Title
- linux how to close terminal full screen
- Category
- Shell
- Title
- xcode clean derived data command line
- Category
- Shell
- Title
- convert dash to underscore windows
- Category
- Shell
- Title
- touch for powershell
- Category
- Shell
- Title
- install jupyter
- Category
- Shell
- Title
- install snap change in progress ubuntu
- Category
- Shell
- Title
- install vuex
- Category
- Shell
- Title
- .htaccess
- Category
- Shell
- Title
- how to install gatsby gatsby-plugin-manifest
- Category
- Shell
- Title
- send file to aws ec2 termnal
- Category
- Shell
- Title
- change remote to use ssh git command
- Category
- Shell
- Title
- git pull onbly submodule
- Category
- Shell
- Title
- python convert excel to html table
- Category
- Shell
- Title
- install pipenv in ubuntu
- Category
- Shell
- Title
- git add commit in one command
- Category
- Shell
- Title
- remove directory linux
- Category
- Shell
- Title
- rename remote branch in git
- Category
- Shell
- Title
- install vscode ubuntu command line
- Category
- Shell
- Title
- matrix synapse install
- Category
- Shell
- Title
- whats up with docker compose and orphan containers
- Category
- Shell
- Title
- how to install nvm in mac
- Category
- Shell
- Title
- fleet management software github
- Category
- Shell
- Title
- ubuntu wsl windows 10
- Category
- Shell
- Title
- rithm school github
- Category
- Shell
- Title
- inicializar as credenciais no git
- Category
- Shell
- Title
- setup mysql ubuntu
- Category
- Shell
- Title
- delete github repository without browser
- Category
- Shell
- Title
- ubuntu tweak
- Category
- Shell
- Title
- open sketch file mac
- Category
- Shell
- Title
- python.h missing
- Category
- Shell
- Title
- install mvc 5.2.4 nugget console
- Category
- Shell
- Title
- install django
- Category
- Shell
- Title
- list interfaces centos
- Category
- Shell
- Title
- how to undo a git stash
- Category
- Shell
- Title
- powershell set environment variable
- Category
- Shell
- Title
- npm list global packages
- Category
- Shell
- Title
- how to upgrade maven in linux
- Category
- Shell
- Title
- wtmp is not readable
- Category
- Shell
- Title
- git commands
- Category
- Shell
- Title
- powershell get arguments
- Category
- Shell
- Title
- how to delete a package in ubuntu
- Category
- Shell
- Title
- git remove Untracked files
- Category
- Shell
- Title
- how to change directory linux
- Category
- Shell
- Title
- convertingwav to mp3 linux ffmpeg
- Category
- Shell
- Title
- linux spotify client
- Category
- Shell
- Title
- show applications shortcut ubuntu
- Category
- Shell
- Title
- ubuntu view disk space ec2
- Category
- Shell
- Title
- git refusing to merge unrelated histories
- Category
- Shell
- Title
- firewall status on ubuntu
- Category
- Shell
- Title
- install kubernetess on mac
- Category
- Shell
- Title
- jq filter array
- Category
- Shell
- Title
- make a batch file that accepts pipe input
- Category
- Shell
- Title
- sudo msys2
- Category
- Shell
- Title
- exit ssh session in shell script
- Category
- Shell
- Title
- linux get full path
- Category
- Shell
- Title
- how to bash into docker container
- Category
- Shell
- Title
- conda install from yaml
- Category
- Shell
- Title
- nmcli connect wifi
- Category
- Shell