Skip to content

2. Project management

work through a git tutorial build a personal site in the class archive describing you and your final project.

Version Control

I had a hard time deciding which editor to use, but I decided to use Visual Studio.

Git tutorial

SSH key (Windows C:\Users/username/.ssh , Mac /Users/username/.ssh)

ssh-keygea -t rsa -C "xxx@xxx.com"   

Enter file in which to save the key: 

Enter passphrase (enpty for no passphrse)  

Enter same passphrase again;   

The key fingerprint is:

Basic Git Commands

 git pull

 git add .

 git commit -m "xxx"

 git push  

Mark Down


Last update: February 12, 2021