Git
Git is an open-source software for distributed version control for coordinating work between contributors.
-
Tutorial
Git Tutorial: Learn how to use Version Control
Learn how to use Git, a version control software, including committing, pushing, pulling and working with remote repositories.
-
Post
How to Delete a Git Repository Locally
Learn how to delete a Git repository locally.
-
Post
How to create a Branch from another Branch in Git
Learn how to create a branch from another branch in Git.
-
Post
How to Push all Branches to Remote in Git
Learn how to push all branches to remove in Git.
-
Post
How to Change Folder Name during Git Clone of Repo
Learn how to change the folder name during a Git clone of a repo.
-
Post
How to Rename Git Local and Remote Branches
Learn how to rename Git local and remote branches.
-
Post
How to Reset Changes in a Single File in Git
Learn how to reset changes in a single file in Git.
-
Post
Exclude node_modules Folder from Git using .gitignore
Learn how to exclude the node_modules folder from Git using .gitignore.
-
Post
How to Remove Directory/Folder from a Git Repository
Learn how to remove a directory or folder from a Git repository.
-
Post
How to Change the Date of a Git Commit
Learn how to change the date of a Git commit.