Skip to content

RowdyLemon/Fox_Apple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Fox_Apple

Workflow (This is for use with git Bash, Im not very familiar with the GUI and I don't like it lolz)

(Setup)

(Adding Changes)

  • After altering/adding your changes add them with this command: git add -A *This will add all changed files, minus those being ignored by the .gitignore
  • Now commit those changes to your local repository with this command: git commit -m "Your message goes here" *Add a useful message that is short description of what you changed"
  • Before pushing your commit to the master branch pull down any changes that others may have made with this command: git pull
  • resolve any conflicts that may exist, an easy tool to do this is tortoisegit and I recomend installing it
  • Now push your changes with this command: git push
  • And you are done! pretty easy =)

About

Alternative Game Dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages