Skip to content
Snippets Groups Projects
README.md 331 B
Newer Older
Neil Smith's avatar
Neil Smith committed
First update your local repo with other student's contributions:
```
git pull
```

Add your resumes to this folder:
	Copy your resume into this folder on your local computer, then:
	```
	git add Resumes/yourresumefile
	```

Commit your resume:
```
git commit -am "Your name"
```

Upload/Push your resume to gitlab:
```
git push
```