Articles by Azhar Bashir Khan
Git Howtos
- How to Change Default Branch in Gitlab
- How to List All Tags in Git
- How to Ignore Python .PYC Files in Git
- How to Remove Upstream Repository in Git
- How to Set and Save User Credentials in Git
- How to Clone a Private Repository in Git
- How to Push From an Existing Remote Repository to a Different Remote Repository in Git
- How to View Logs of a Particular Branch in Git
- Staging Area in Git
- How to Clone Subdirectory of Git Repository
- How to Remove Unpushed Commits in Git
- How to Add File Entries to the gitignore File in Git
- How to Remove Changes From Staging Area in Git
- How to Create Tags in the Git Repository
- How to Pull Changes From a Specific Branch in Git
- How to Pull Changes From Another Branch in Git
- How to Show Information About Remote Repository in Git
- How to Switch Between Branches in Git
- How to Create Branch From Another Branch in Git
- How to Undo a Commit Before Pushing Remote Repository in Git
- How to Revert a File to a Previous Commit in Git
- How to View List of Stash Entries in Git
- How to Remove a Submodule in Git
- How to Rebase Local Branch When Pulling Changes From the Remote Repository Branch in Git
- Fast Forwarding While Merging Branches in Git
- How to Merge Branches Without Fast Forward in Git
- How to Revert Back to a Previous Commit in the Repository in Git
- How to View Commit History of a File in Git
- How to Delete Branches in Git
- Git Commit vs Git Push
- How to Clone With Username and Password in Git
- How to Force Pull in Git
- How to Remove Git Init
- How to Stash Changes of the Files by Name in Git
- How to Undo Merge in Git
- How to Push Force Changes in Git
- How to Remove Directory in Git
- How to Revert Multiple Commits in Git
- How to Stash Specific Files in Git
- How to Delete Tags in Git
- How to Remove Files From a Repository in Git
- How to Set Upstream in Git Push
- How to Stop Tracking File in Git
- How to Undo Rebase in Git
- How to Resolve Merge Conflicts in Git
- How to Reset the Local Branch to One in Remote Repository in Git
- How to Squash Commits in Git