Setting up Github for Two Person Projects
Channel:
Subscribers:
2,650
Published on ● Video Link: https://www.youtube.com/watch?v=WbP1tx2TgEg
If you want to set up a Github repository for two people to work on for a class assignment, this is a quick and easy way to do it. Just make sure to make it private not public so that people can't plagiarize from you.
The initial setup can be a little annoying, so follow those steps. But after you're good to go, the workflow is pretty simple (git pull, *modify code*, git add ., git commit, git push) to keep in sync with your partner.
Remember that if it asks for your password, you need to generate a personal access token now, which can be found under settings / developer settings / personal access tokens. The text string generated can be used as your password when it asks for it.
Other Videos By Bill Kerney
2023-05-17 | CMake Tutorial (ACM Workshop by Aaron Herr) |
2023-05-15 | C++ Multithreading with Thread and Async |
2023-05-13 | CSCI 41: End of the Semester |
2023-05-13 | Introduction to Graph Theory |
2023-05-12 | C++ Networking as easy as it can be |
2023-05-10 | Final Review |
2023-05-08 | Exceptions and TDD |
2023-05-08 | Symbols, Semantics, Definitions and Meaning. |
2023-05-05 | The Final Project Volleyshipardy |
2023-05-05 | The Software Development Lifecycle |
2023-05-05 | Setting up Github for Two Person Projects |
2023-05-03 | Bitfields Part III |
2023-05-03 | AI Voting Rights and Consciousness |
2023-05-01 | Bitfields Part II + Vim Macros |
2023-05-01 | The Trolley Problem |
2023-04-28 | C++: Bitfields in Half an Hour |
2023-04-28 | Recursive Pascal's Triangle |
2023-04-28 | Overview of Data Science |
2023-04-27 | Standards of Evidence |
2023-04-26 | Bitwise Operations |
2023-04-24 | Optimization + Dynamic Programmin' |