Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Very Serious Readme

Getting started

Go to the directory you want to add the repo to

git clone https://github.com/amiles9/cs321_project

First, create a file and then track it via

git add FILE_NAME

Make a local commit

git commit -m "Commit message"

# We can automatically stage files (thereby avoiding the add from above) if we include the -a flag
git commit -am "Commit message"

Push it to the repo

# Try this version of push first
git push -u origin main

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages