Hello guys,

I ofter use the below command 
$git commit -am "something message"

After setting alias, unfortunately that'd not work well.

.gitconfig file is 
[alias]
    am = "!f(){ git commit -am \"$1\";};f"

And then I tried,
$ git am "modified something logic"

something error occurred.

fatal: could not open 'filepath//modified something logic: No such file or 
> directory



What is wrong to set alias??


Thanks.





-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to