IDEA Settings Repo
git@github.com:finalcreator/idea_settings.git
#Quick setup — if you’ve done this kind of thing beforex-github-client://openRepo/https://github.com/finalcreator/idea_settings#…or create a new repository on the command lineecho "# idea_settings" >> README.mdgit initgit add README.mdgit commit -m "first commit"git remote add origin git@github.com:finalcreator/idea_settings.gitgit push -u origin master#…or push an existing repository from the command linegit remote add origin git@github.com:finalcreator/idea_settings.gitgit push -u origin master#…or import code from another repositoryYou can initialize this repository with code from a Subversion, Mercurial, or TFS project.
Alias
log
// in bashrcalias 'gitlol'='git log --oneline --graph --all --decorate'or// git alias'git log --oneline --graph --all --decorate
