mirror of
https://github.com/git/git.git
synced 2024-11-06 17:23:00 +01:00
3 lines
41 B
Bash
3 lines
41 B
Bash
|
#!/bin/sh
|
||
|
git-update-index --add -- "$@"
|