Lines Matching full:git
30 git config --global user.email "you@example.com"
31 git config --global user.name "Your Name"
32 git remote -v
34 [[ "$(git rev-list --merges --count origin/${BASE_REF}..)" == "0" ]] || \
36 rm -fr ".git/rebase-apply"
37 rm -fr ".git/rebase-merge"
38 git rebase origin/${BASE_REF}
39 git clean -f -d
41 git log --pretty=oneline | head -n 10
82 git log --pretty=oneline | head -n 10
84 git config diff.renameLimit 10000