/awak-game

Unity repository for Awak game.

Primary LanguageC#

Awaq Game implementation

Useful git commands:

# Clone locally
git clone https://github.com/Oscar-gg/awak-game.git

# Bring changes (commits) from github repo to local repo
git pull

# Bring changes (commits) from local repo to github repo
git push

# BRANCHES

# See branches available
git branch

# Change to branch
git branch <branchname>

# Create new branch and change to branch. Uses current branch as initial point.
git checkout -b <branchname>

# COMMITS

# First, stage changes (only staged changes are commited)
# . means all files in the current directory
git add .

# Commit changes
# Add staged files to a commit. The -m and the message are mandatory.
git commit -m "Your message"

Equipo de desarrollo

Name Github Email
Axel Iparrea @axeliparrea a00836682@tec.mx
Pablo García @pagmtz03 a01412895@tec.mx
Axel Grande @4xlRose a01611811@tec.mx
Oscar Arreola @Oscar-gg a01178076@tec.mx
Alejandra Coeto @Ale-Coeto a01285221@tec.mx