Skip to content
View geebru's full-sized avatar
Block or Report

Block or report geebru

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. .bashrc Profile .bashrc Profile
    1
    alias g='git'
    2
    
                  
    3
    alias ga='git add'
    4
    alias gaa='git add --all'
    5
    alias gac='git add --all && git commit -m'
  2. Bash prompt Bash prompt
    1
    if test -f ~/.config/git/git-prompt.sh
    2
    then
    3
    	. ~/.config/git/git-prompt.sh
    4
    else
    5
    	PS1='\[\033]0;$PWD\007\]' # set window title