Last active
September 7, 2015 16:50
-
-
Save liam-middlebrook/c5da4fab17faba261f8b to your computer and use it in GitHub Desktop.
Revisions
-
liam-middlebrook revised this gist
Sep 7, 2015 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,4 +19,8 @@ should be able to write a solid message that describes the impact of your change * http://docs.unity3d.com/Manual/SmartMerge.html Unity has a new built-in tool for merging scenes and prefabs. It is recommended that you set this up with either the Git or SourceTree instructions depending on which tool you are using. * http://git-scm.com/book/en/v2 Recommended reading. -
liam-middlebrook revised this gist
Aug 25, 2015 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,3 +16,7 @@ A great resource on how to write proper commits. This is an invaluable skill that is commonly overlooked by many students, but will help you at wherever you may end up. Whether you're making a Git commit or a Perforce changelist you should be able to write a solid message that describes the impact of your changes. * http://docs.unity3d.com/Manual/SmartMerge.html Unity has a new built-in tool for merging scenes and prefabs. It is recommended that you set this up with either the Git or SourceTree instructions depending on which tool you are using. -
liam-middlebrook revised this gist
Aug 24, 2015 . 1 changed file with 11 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,6 +3,16 @@ Git + Unity Resources * https://try.github.io/levels/1/challenges/1 Beginners tutorial for how to use command line Git. This is useful for all Git users, whether or not you will be using a Graphical User Interface. * http://gamasutra.com/blogs/AlistairDoulin/20150304/237814/Git_for_Unity_Developers.php Blogpost that details some key parts of a Git + Unity workflow within the industry. * http://chris.beams.io/posts/git-commit/ A great resource on how to write proper commits. This is an invaluable skill that is commonly overlooked by many students, but will help you at wherever you may end up. Whether you're making a Git commit or a Perforce changelist you should be able to write a solid message that describes the impact of your changes. -
liam-middlebrook revised this gist
Aug 24, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ Git + Unity Resources ===================== * https://try.github.io/levels/1/challenges/1 * http://gamasutra.com/blogs/AlistairDoulin/20150304/237814/Git_for_Unity_Developers.php -
liam-middlebrook renamed this gist
Aug 24, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
liam-middlebrook created this gist
Aug 24, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ Git + Unity Resources ===================== * http://chris.beams.io/posts/git-commit/ * http://gamasutra.com/blogs/AlistairDoulin/20150304/237814/Git_for_Unity_Developers.php * http://chris.beams.io/posts/git-commit/