Category: bitbucket

And good chances are you are using Git to manage your source code. And to use Git to its full potential, you need to know Git commands.

This command will create a blank new repository, and then you can store your source code inside this repo.

To make it simple, here I will highlight how you can create and delete a Git branch (in case you need more depth, you can refer to - Git Branching and Merging section of this article).

Sometimes you need to delete files from your codebase, and in that case, you can use the Git rm command.

Related Articles