github-git-cheat-sheet gitcs_1475526882 [root@ansible ~]# yum install epel-release -y [root@ansible ~]# yum install git -y [root@ansible ~]# git --version git version 1.8.3.1 [root@ansible ~]# git help usage: git [--version] [--help] [-c name=value] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] [-p|--paginate|--no-pager] [--no-replace-objects] [--bare] [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>] <command> [<args>] The most commonly used git commands are: add Add file contents to … Continue reading Git Quick Start
