Skip to content

Commit 0c90a49

Browse files
committed
added alias for catGitConfig
1 parent 82a22bd commit 0c90a49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

alias.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ checkPort (){
4545
sudo lsof -i :$1
4646
}
4747

48+
catGitConfig (){
49+
cat $1/.git/config
50+
}
51+
4852
gmerge () {
4953
git checkout $1 && git merge $2 && git pull && git push && git checkout $2
5054
}
@@ -59,4 +63,4 @@ goto () {
5963
else
6064
echo "Directory '$1' not found."
6165
fi
62-
}
66+
}

0 commit comments

Comments
 (0)