[git-users] How can I set parameters using alias

2016-02-24 Thread hiroki yasui
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.

[git-users] Some strange behavior of git

2016-02-24 Thread Ольга Пшеничникова
Hello, we use git in our project. What can be cause for further confusing behavior? git@ip5server:~$ git status On branch master Untracked files: (use "git add ..." to include in what will be committed) app/addons/arliteks/ nothing added to commit but

Re: [git-users] Git says there are local changes, but there are no changes. (Windows)

2016-02-24 Thread Dale R. Worley
Ben Page writes: >>git status > On branch master > Your branch is behind 'origin/master' by 2 commits, and can be > fast-forwarded. > (use "git pull" to update your local branch) > Changes not staged for commit: > (use "git add ..." to update what will be committed) >