Tagged Questions
1
vote
0answers
565 views
Git-SVN Not Allowing Me to Authenticate
Git 1.7.9.1 on Arch Linux:
git svn init -s https://app.svn.beanstalk.com/repo
Initialized empty Git repository in /path/to/repo/.git/
Authentication realm: ...
-1
votes
1answer
133 views
standard VCS ignore list [closed]
What all do you think is the best standard list of ignored files for VCS? For example here's my .gitignore_global file.
# Compiled Sources #
###################
*.pyc
*.pyo
*.exe
*.so
*.o
*.a
*.la
...