GIT bash cheatsheet

Create repository from existing folder in github – open terminal and navigate to project’s folder – initialize repository with git init [bash]git init[/bash] – (optionally) create `.gitignore` file and add all files and folders that should not be a part of the repository commit like: log folders, cache folders, .project, and perhaps .gitignore itself. – … Continue reading GIT bash cheatsheet