This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
getty
/
dotfiles
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
f183757d09
Rami (Branch)
Tag
master
dotfiles
/
scripts
/
git-add-untracked-sources
git-add-untracked-sources
87 B
Cronologia
Originale
1
2
3
4
5
#!/bin/bash -e
if [[ $# -eq 1 ]]; then cd $1; fi
git add $(git ls-untracked-sources)