Skip to main content

All Questions

Tagged with
0 votes
1 answer
99 views

git: automatic sync to remote for non-tech-savvies with GUI

Is there an easy GUI application for non-tech-savvies that enables automatic (i.e. on copy/create/delete file) syncing to a git remote. It should be actively maintained, preferably cross-platform ...
user1876484's user avatar
1 vote
1 answer
262 views

what's the downside to leaving ascii files with LF line endings in Windows

I'm collaborating on a Git project that has developers on OSX, Linux and Windows. I've set my autocrlf setting to auto which means that it converts the line endings to CRLF as it pulls them down to ...
Jonathan Day's user avatar
  • 1,611
2 votes
1 answer
764 views

git stash running on crossplatform ntfs folder

I've put my working dir on an ntfs drive so as to be able to work from both windows and ubuntu linux. I've put this one under git. When I try to run "git stash" from ubuntu, I've got the following ...
antreality's user avatar