Skip to content

hqt08/CubeMaze

Repository files navigation

CubeMaze

you are a ball in a freak'in crazy world

Add SSH Key for repository access

cd
ssh-keygen -t rsa -C "[email protected]"
cd ~/.ssh
cat ~/.ssh/id_rsa.pub

copy the contents of id_rsa.pub and add it to your ssh keys under settings in your account

Git Commands

For first time clone whole project:

git clone https://github.com/hqt08/CubeMaze.git

For pulling down any changes, and committing then pushing up your new changes:

git pull

git add your/new/files or for all: git add .

git commit -a -m "your new message"

git push

About

you are a ball in a freak'in crazy world

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages