The snippets are real code which may be used to check the procedure in your environment.
1. using SVN
1.1. For URLs containg tree/master
If the URL contains "tree/master"
https://github.com/eugenp/tutorials/tree/master/spring-boot
then replace it for "trunk":
https://github.com/eugenp/tutorials/trunk/spring-boot
1.1.1. To downlod without the ".svn" subdir, use:
svn export https://github.com/eugenp/tutorials/trunk/spring-boot
Final result:
1.1.2. To downlod with the ".svn" subdir, use:
svn checkout https://github.com/eugenp/tutorials/trunk/spring-boot
Final result:
2. Using chrome extension
Install "GitZip for github" extension.
No comments:
Post a Comment