Skip to content

Instantly share code, notes, and snippets.

@ttm
Created September 29, 2015 01:11
Show Gist options
  • Save ttm/3d9c9079de52f32a3acc to your computer and use it in GitHub Desktop.
Save ttm/3d9c9079de52f32a3acc to your computer and use it in GitHub Desktop.
git commit -am $@
foo=`git remote show origin | grep Fetch`;
b=(`echo $foo | tr ',' '\n'`);
aa \#gitcommit ::: $@ \#repo ::: ${b[2]}
@ttm
Copy link
Author

ttm commented Sep 29, 2015

chamo ele de gita e uso
gita feito isso e aquilo.
O aa sai certinho, mas nao comita, com o erro:
fatal: Paths with -a does not make sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment