Discuss the use of staging area and Git directory

The basic Git workflow goes something like this: You modify files in your working directory. You stage the files, adding snapshots of them to your staging area. You do a commit, which takes the files as they are in the staging area and stores that snapshot permanently to your Git directory.





Comments

Popular posts from this blog

Differences of Web Applications and Web Services

Tools to maintain the code quality.

The benefits of CDNs