Changes between Version 3 and Version 4 of GitSkills
- Timestamp:
- May 19, 2015, 2:27:54 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitSkills
v3 v4 29 29 * http://www.lemoda.net/git/rm-gitignore-files/ 30 30 31 == !GitHub’s collection of .gitignore == 32 [https://github.com/github/gitignore A collection of .gitignore templates] - GitHub’s collection of .gitignore file templates for many kinds of projects or languages. 33 31 34 == Examples of .gitignore == 32 35 * [https://gist.github.com/Konca/919b12fa1570cd3126f4 For Android project which created or being edited by Eclipse and Android Studio] 36 37 == See Also == 38 * GitHub 39 * [wiki:Bitbucket]