-
Notifications
You must be signed in to change notification settings - Fork 18
Other Resources & References
This page contains links to other web-pages with useful information on how to work with git. We will be trying to process this information and incorporate in a more natural way into the wiki in the future.
- https://en.wikipedia.org/wiki/Functional_testing
- https://en.wikipedia.org/wiki/Integration_testing
- https://en.wikipedia.org/wiki/Software_verification_and_validation
- https://en.wikipedia.org/wiki/Unit_testing
- https://en.wikipedia.org/wiki/Software_testing
-
http://stackoverflow.com/questions/15641937/git-workflow-nvie-branching-model-ahead-and-behind
-
https://help.github.com/articles/good-resources-for-learning-git-and-github/
-
http://stackoverflow.com/questions/2613903/does-deleting-a-branch-in-git-remove-it-from-the-history
-
http://think-like-a-git.net/sections/graphs-and-git/garbage-collection.html
-
http://stackoverflow.com/questions/253055/how-do-i-push-amended-commit-to-the-remote-git-repo
-
http://stackoverflow.com/questions/12370714/git-how-do-i-list-only-local-branches
-
https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
-
http://makandracards.com/makandra/621-git-delete-a-branch-local-or-remote
-
https://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
-
https://ariejan.net/2011/07/05/git-squash-your-latests-commits-into-one/
-
http://stackoverflow.com/questions/1186535/how-to-modify-a-specified-commit-in-git
-
https://www.youtube.com/watch?v=0fKg7e37bQE&index=1&list=PLryj8jRbjujB3EL3jyEPzf5fjYsIu1Z-i
-
https://www.youtube.com/watch?v=oFYyTZwMyAg&index=3&list=PLryj8jRbjujB3EL3jyEPzf5fjYsIu1Z-i
-
http://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols
-
https://help.github.com/articles/error-permission-denied-publickey/
-
http://stackoverflow.com/questions/27323525/git-change-tracking-configuration-of-branches
-
http://www.benjaminlhaas.com/blog/locally-and-remotely-renaming-branch-git
-
http://makandracards.com/makandra/621-git-delete-a-branch-local-or-remote
-
http://stackoverflow.com/questions/822811/showing-which-files-have-changed-between-two-revisions
-
http://stackoverflow.com/questions/9834689/comparing-two-branches-in-git
-
https://help.github.com/articles/defining-the-mergeability-of-pull-requests/
-
https://help.github.com/articles/enabling-required-status-checks/