X7ROOT File Manager
Current Path:
/usr/share/doc/git-1.8.3.1/contrib/examples
usr
/
share
/
doc
/
git-1.8.3.1
/
contrib
/
examples
/
📁
..
📄
README
(167 B)
📄
builtin-fetch--tool.c
(12.73 KB)
📄
git-checkout.sh
(7.44 KB)
📄
git-clean.sh
(2.21 KB)
📄
git-clone.sh
(12.4 KB)
📄
git-commit.sh
(14.04 KB)
📄
git-fetch.sh
(8.9 KB)
📄
git-gc.sh
(594 B)
📄
git-ls-remote.sh
(2.48 KB)
📄
git-merge-ours.sh
(338 B)
📄
git-merge.sh
(14.08 KB)
📄
git-notes.sh
(2.65 KB)
📄
git-remote.perl
(10.14 KB)
📄
git-rerere.perl
(6.05 KB)
📄
git-reset.sh
(2.25 KB)
📄
git-resolve.sh
(2.65 KB)
📄
git-revert.sh
(4.58 KB)
📄
git-svnimport.perl
(24.39 KB)
📄
git-svnimport.txt
(5.26 KB)
📄
git-tag.sh
(3.93 KB)
📄
git-verify-tag.sh
(749 B)
Editing: git-merge-ours.sh
#!/bin/sh # # Copyright (c) 2005 Junio C Hamano # # Pretend we resolved the heads, but declare our tree trumps everybody else. # # We need to exit with 2 if the index does not match our HEAD tree, # because the current index is what we will be committing as the # merge result. git diff-index --quiet --cached HEAD -- || exit 2 exit 0
Upload File
Create Folder