3.9 Git Head, Git Log and Git Reflog
Git head : git log –oneline Git log : To See/view all commits with full info git log To see/view list of commits with one
Git head : git log –oneline Git log : To See/view all commits with full info git log To see/view list of commits with one
Git Local Repository ( git commit) : Single line commit Git commit -m “commit name” Commit with large information(editor opens) git commit or git commit
To add one file at a time to staging area Git add <file name> To add multiple files and folders to staging area git add
Example/Demo : (i) First image box : (ii) Second image box : (iii) Third image box : *** So Git bare repository acts as remote
1. Create your project and open that directory , right click and select git bash here 2. Initializing the git git init 3. Check your
S.No Key Centralised Version Control Distributed Version Control 1 Working In CVS, a client needs to get a local copy of the source from the
Types of VCS – Version control system : (i) Local version control system : it’s a user end specific – it’s a local database of