Below Git is a distributed version control system, and is used to manage files.
Below commands are very useful to optimize the performance on Git.
Below commands are very useful to optimize the performance on Git.
git status -
This scans your working copy and git objects and gets some of that into the disk cache.It speeds up subsequent git operations.git gc -
To garbage collect and compress your git repository. Git perform this operation on its own when needed.
No comments:
Post a Comment