Skip to content

Commit 165473b

Browse files
committed
add ga
1 parent e91f080 commit 165473b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ga

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
# gi - git add
4+
# see: https://github.com/rsp/scripts/blob/master/ga.md
5+
6+
git add "$@"
7+

0 commit comments

Comments
 (0)