This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

git alias for "status" not working


I'm not sure how to debug this one.  I have a ~/.gitconfig that sets up
an alias for "git status" using the simple rule:

[alias]
    st = status

Yet, something is failing when I run it from the command line:

$ git st
[nothing happens]
$ git status
On branch 3.3-dev-davidd
Your branch is ahead of 'origin/3.3-dev-davidd' by 2 commits.
[... etc ...]

Any ideas?

This is for git version 2.8.3 on
CYGWIN_NT-10.0 [...] 2.7.0(0.306/5/3) 2017-02-12 13:18 x86_64 Cygwin

-- 
David Dombrowsky, Senior Software Engineer
email: davek@6thstreetradio.org
Cell: 518-374-3204
https://www.linkedin.com/in/david-dombrowsky-94334415
http://6thstreetradio.org/

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]