mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
git-info: fix indentation, remove comment
This commit is contained in:
parent
73cc666030
commit
aaf9ef343b
|
|
@ -21,12 +21,10 @@ remote_urls() {
|
|||
}
|
||||
|
||||
echon() {
|
||||
echo "$@"
|
||||
echo
|
||||
echo "$@"
|
||||
echo
|
||||
}
|
||||
|
||||
# Show info similar to svn
|
||||
|
||||
echo
|
||||
echon "## Remote URLs:"
|
||||
echon "$(remote_urls)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue