-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstructions.txt
34 lines (28 loc) · 1.28 KB
/
instructions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
:)
:(
Repo:
https://github.com/melvin-bot/ece439
Created new Gmail
U: melvin.doo.team23@gmail.com
P: raspberry23
Created new Github account:
U: melvin-bot
P: Robot Building Time
To push on Melvin
Change a file
git add <file>
Alternative, use git add . to add all the files you’ve changed
git commit -m “your commit message here”
git push -u origin main
Main is the branch name. Change it as necessary depending on the branch you’re working on
To pull on Melvin:
git pull
That’s it. Pretty easy. Just make sure you do this every time you work on Melvin just incase someone changed files and pushed them to the GitHub repo
Get GitHub setup on your own machine:
Setup Git and create a GitHub account
Go to https://github.com/melvin-bot/ece439
Follow this guide: https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository
Use an SSH key
Follow these instructions to generate an ssh key, add it to your personal machine, and then add that same ssh key to your github. This allows for passwordless access to the repo.
https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account