Open mattagape opened 6 years ago
On this page (and on others) the sequence diagrams show a git add, followed by a git commit, and then a git commit -a. Surely this third step isn't required if the first two are executed?
I think these diagrams just show what various commands do, they are not necessarily a workflow to be followed in sequence
Do we need the -a switch here?
No, we don't... I have left it in for consistency with the commands before and after, but am not particularly committed to it!
The text refers to the course as a software carpentry course, but it isn't.
In the text "UCL pays for private GitHub repositories for UCL research groups: you can find the service details on our web page." the link to the web page is broken.
On this page (and on others) the sequence diagrams show a git add, followed by a git commit, and then a git commit -a. Surely this third step isn't required if the first two are executed?
We have these commands (in "Tell git about the new file"): git add lakeland.md git commit -am "Add lakeland" Do we need the -a switch here?