Skip to content

Instantly share code, notes, and snippets.

@lmiceli
Created October 6, 2016 13:28
Show Gist options
  • Select an option

  • Save lmiceli/0d3dddee90ee8664c9f41e8838c7ecd5 to your computer and use it in GitHub Desktop.

Select an option

Save lmiceli/0d3dddee90ee8664c9f41e8838c7ecd5 to your computer and use it in GitHub Desktop.
#! /bin/bash
alias gl="git l"
alias gll="git ll"
alias ga="git a"
#alias gap="git "
alias gaa="git add -A"
#alias gca="git "
alias gcm="git cm"
alias gd="git d"
alias gds="git ds"
alias gdc="git dc"
alias gs="git s"
alias gco="git co"
alias gcob="git cob"
alias gb="git b"
alias gla="git la"
#alias g="git "
#alias g="git "
# MY WIP no user/host
PS1='\[\033[1;36m\]\[\033[1;34m\]\w\[\033[0m\]\[\033[1;32m\]`__git_ps1`\[\033[0m\]\n\$ '
eval `ssh-agent -s`
ssh-add ~/.ssh/[key]
cd /d/repositories/bitbucket/verse/android/
clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment