Lines Matching full:git
6 git@github.com:onetrueawk/awk.git
16 % git worktree create ../ota vendor/one-true-awk
19 % git pull --rebase
20 % git branch --show-current
22 % git show-ref HEAD
28 % git add *
29 % git commit -m"Import awk YYYYMMDD hash f9affa922c5e" # 12 places
30 % git commit --amend
37 % git tag -a -s vendor/one-true-awk/f9affa92 # 8 places
39 % git push --follow-tags freebsd vendor/one-true-awk
41 % git subtree merge -P contrib/one-true-awk vendor/one-true-awk
55 % git push freebsd
57 % git fetch freebsd
58 % git rebase --rebase-merges -i freebsd/main