You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub is a hosting site that allows for development and version control of software using Git. It allows users to take a piece of code ( a branch) edit/develop it and submit it back to the owner to the original copy ( the master branch), whilst keeping track of all changes that have been made along the way.
[The Git and Github for Poets](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZF9C0YMKuns9sLDzK6zoiV) is a useful series on Git and Github basics for beginner, that cover topics such as;
For further guidance to clone a local repository to your machine from the remote repository using [GitBash/Command Line.](https://confluence.digital.nhs.uk/display/CON/Installing+codonPython?flashId=685465781)
72
+
73
+
## Contributing to codonPython
74
+
All new contributions codon are welcome, please follow the Coding Conventions in the [guidance document.](https://github.com/codonlibrary/codonPython/blob/master/CONTRIBUTING.md) for contribution guidance.
75
+
Any improvements to documentaion, bug fixes or general code enhancments are also welcomed. If a bug is found on the master branch please use the GitHub guidance on raising and [issue.](https://help.github.com/en/github/managing-your-work-on-github/creating-an-issue)
76
+
77
+
## New to GitHub?
78
+
GitHub is a hosting site that allows for development and version control of software using Git. It allows users to edit and develop parts of code independently before submitting back to the master code, whilst using version control to track changes. Begginers introductionary videos to GitHub can be found [here.](https://confluence.digital.nhs.uk/display/CON/GitHub+for+beginners) Quick links to begginer guidance can be found below;
87
79
88
-
1.5 [Intro to Command Line](https://www.youtube.com/watch?v=oK8EvVeVltE)
80
+
*[**Cloning a repositor to our local machine using GitBash**](https://confluence.digital.nhs.uk/display/CON/Installing+codonPython)
81
+
*[**Checking out a branch using GitBash**](https://confluence.digital.nhs.uk/display/CON/Checkout+a+Branch+Using+GitBash)
82
+
*[**Removing a Commit from a repository using GitBash**](https://confluence.digital.nhs.uk/display/CON/Information+Governance)
89
83
90
-
1.6 [Cloning Repo and Push/Pull](https://www.youtube.com/watch?v=yXT1ElMEkW8)
84
+
All other `Codon` "How-to Articles" can be found [here](https://confluence.digital.nhs.uk/display/CON/How-to+articles)
91
85
92
-
1.7 [Git Init and Git Add](https://www.youtube.com/watch?v=9p2d-CuVlgc)
0 commit comments