Last active
September 2, 2020 11:40
-
-
Save KushtrimPacaj/e044af3998a1f1694efd7209a29e193c to your computer and use it in GitHub Desktop.
GIT configurations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global alias.latest "for-each-ref --sort=committerdate refs/remotes/origin --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'" | |
export PS1="\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\W\[\033[00m\]\$ " | |
export WITH_DEXPREOPT=false | |
export DISABLE_DEXPREOPT=true | |
export DEX_PREOPT_DEFAULT=nostripping |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment