git rm - it removes files from the repository and the file system.
git mv - it renames or move files within the repository.
git cherry-pick - It selectively applies changes from a specific commit to the current branch.
git revert - it undoes changes by creating a new commit that reverses previous commits.
git clean - it removes untracked files and directories from the working directory.
git archive - creates a zip archive of the repository
git bisect - it performs a binary search through the commit history to find a specific change.
git submodule - it includes one git repository within another as a sub-directory.
git grep - it searches for a specific string or pattern in the repository.
git lfs - it manages large files and binary assets in a git repository.
No comments:
Post a Comment