one more comment
This commit is contained in:
parent
380facca38
commit
017fa5b258
1 changed files with 1 additions and 0 deletions
1
.bashrc
1
.bashrc
|
|
@ -188,6 +188,7 @@ alias git_remotes="grep -A 2 \"\[remote\" .git/config|grep -v fetch|sed \"s/\[re
|
|||
# Pretty git log
|
||||
alias git_log="git log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
|
||||
|
||||
# ignore all files that are not versioned in a git repository
|
||||
function git_ignore()
|
||||
{
|
||||
if [[ ! -f .gitignore ]] ; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue