Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ncBash
/
mcBash
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ee3a3dc4
authored
Mar 21, 2014
by
sn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git
1 parent
ed6035b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
lib/fnc_mc_git.inc.sh
lib/fnc_mc_git.inc.sh
View file @
ee3a3dc
...
...
@@ -14,18 +14,18 @@ mc_git_pull() {
mc_log
"git pull
$gitdir
"
$logfile
mc_bashsu
"cd
$gitdir
"
1
mc_bashsu
"git branch | grep '*'"
1
git branch | grep
'*'
git branch | grep
'*'
>>
$logfile
mc_bashsu
"git status -s"
1
git status -s
mc_log
"git status -s"
$logfile
git status -s >>
$logfile
mc_bashsu
"git pull"
1
git pull
mc_bashsu
"git log | grep -m 1 commit"
1
#
mc_bashsu "git log | grep -m 1 commit" 1
git log | grep -m 1 commit >>
$logfile
mc_bashsu
"git log | grep -m 1 Date"
1
git log | grep -m 1 Date
git log | grep -m 1 Date >>
$logfile
echo
'----------------------------'
>>
$logfile
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment