Commit 9f0ed034 by sn

git nachtrag

1 parent 0999f134
Showing with 6 additions and 0 deletions
......@@ -22,6 +22,10 @@ mc_git_pull() {
git pull
git status -s | grep UU
git status -s | grep UU >> $logfile
#mc_bashsu "git log | grep -m 1 commit" 1
git log | grep -m 1 commit >> $logfile
......@@ -40,5 +44,6 @@ mc_git_status() {
echo $gitdir
git status -s
git branch | grep '*'
git status -s | grep UU
echo '----------------------------'
}
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!