Lines Matching full:git
4 These instructions assume you have a clone of the FreeBSD git repo
7 origin pointing to git(repo).freebsd.org/src.git.
26 $ git worktree add ../vendor/openssh freebsd/vendor/openssh
28 $ rsync --archive --delete --exclude=.git /path/to/openssh-X.YpZ/ ./
32 $ git add -A
36 $ git commit -m "Vendor import of OpenSSH X.YpZ"
40 $ git tag -a -m "Tag OpenSSH X.YpZ" vendor/openssh/X.YpZ
44 $ git push freebsd vendor/openssh
45 $ git push freebsd vendor/openssh/X.YpZ
47 Note the second "git push" command is used to push the tag, which is
53 $ git push --dry-run --follow-tags freebsd vendor/openssh
54 $ git push --follow-tags freebsd vendor/openssh
61 $ git subtree merge -P crypto/openssh vendor/openssh
65 git prompts for these deleted files during the merge, choose 'd'
74 $ git diff --diff-filter=M vendor/openssh/X.YpZ HEAD:crypto/openssh