Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
weatherbox:team_nova:git_and_github [2016/01/26 23:46] tyamauchi |
weatherbox:team_nova:git_and_github [2021/09/19 21:59] (current) |
||
---|---|---|---|
Line 27: | Line 27: | ||
======Notes====== | ======Notes====== | ||
+ | |||
+ | Github | ||
+ | |||
+ | - Made a new repository for Team Nova | ||
+ | |||
+ | - Can make edits straight on page or on wiliki | ||
+ | |||
+ | - To edit master, pull onto individual branch, make edits on branch, then create pull request and select merge | ||
+ | |||
+ | - Or, pull link onto wiliki, vi and edit the code, git commit -m "comment", git push "link" [branch to push to] |