-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local only repository - Mac OS X support #17
Comments
Are you sure you are running You can check with
|
Thanks for reporting. I confirm last version is using some I'm thinking about either:
Concerning the last problem, it's probably related to few I'll investigate and think about all this. |
$ bash --version
GNU bash, version 4.3.33(1)-release (x86_64-apple-darwin14.1.0)
Copyright (C) 2013 Free Software Foundation, Inc.
Licence GPLv3+ : GNU GPL version 3 ou ultérieure <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. |
I don't want to change default tools (sed, cut...) but that's probably possible to use GNU tools without affecting PATH. |
Solutions so far:
@scls19fr: can you confirm the script is working with |
Yes after changing PATH it don't display "Local only repository" anymore
but I'd prefer a less intrusive solution |
Ok thanks.
I can understand. In the meantime you can define an alias in your alias gws="PATH=/usr/local/opt/coreutils/libexec/gnubin:$PATH gws" which should do the work without requiring a system-wide update of |
I think it's
For many repo I get "Dirty (Untracked files)" How to cleanup this ? |
Ok, I was thinking
This appears when there are files which are not followed by git, nor ignored by it. When you do a
|
Ok I will correct my |
Could you try the version in the Issues with OS X |
I still need some git lessons.
How to change to |
Running: $ git checkout develop should be enough :-) [Edit] Output should be something like:
|
I removed alias
First run
Running again
returns nothing |
Something odd happened... After
and setting again alias
when I do:
it doesn't returns anything anymore. I also tried to remove
returns nothing Any idea ? |
Hum, depressing 😑 But trying to be positive: There are no more version-specific's errors. To solve your problem: I implemented a cache system to speedup the execution by avoiding parsing every time the |
patch the gws script to avoid bug introduced in 0.1.7 (StreakyCobra/gws#17) the patch updates the 'PATH' with GNU's 'sed' and 'cut'
patch the gws script to avoid bug introduced in 0.1.7 (StreakyCobra/gws#17) the patch updates the 'PATH' with GNU's 'sed' and 'cut'
On the feat/cross-platform branch the |
Well I don't know if it works better than before but at least it's different :) On master you'll get the following with default
On this feature branch you get the following instead
But on
|
That's strange... I was hoping getting rid of |
Hello,
gws doesn't seems to work correctly with Mac OS X 10.10
doesn't seems to fix it.
All repository inside my workspace are marked as
or
These repositories are not only local!
Any idea ?
The text was updated successfully, but these errors were encountered: