Update 2025-01-08 08:15 OpenBSD/amd64-t14
This commit is contained in:
23
.bin/got-notes
Executable file
23
.bin/got-notes
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/cat
|
||||
|
||||
init: got init luakit.git
|
||||
download: got clone git@github.com:luakit/luakit luakit.git
|
||||
checkout: got checkout luakit.git luakit
|
||||
commit: got commit
|
||||
diff changes: got diff
|
||||
|
||||
diff branch main with patch: got diff main patch
|
||||
|
||||
list branches: got branch -l
|
||||
switch/create branch: got branch testbranch
|
||||
|
||||
interactive revert: got revert -p -R .
|
||||
|
||||
rebase current branch on top of master: got update -b master
|
||||
|
||||
add file: got add
|
||||
|
||||
repo info: got info
|
||||
|
||||
import from CVS:
|
||||
got import -r /var/git/src.git -I CVS -I obj /tmp/src
|
||||
Reference in New Issue
Block a user