Articles by Azhar Bashir Khan

Git Howtos

  1. How to Change Default Branch in Gitlab
  2. How to List All Tags in Git
  3. How to Ignore Python .PYC Files in Git
  4. How to Remove Upstream Repository in Git
  5. How to Set and Save User Credentials in Git
  6. How to Clone a Private Repository in Git
  7. How to Push From an Existing Remote Repository to a Different Remote Repository in Git
  8. How to View Logs of a Particular Branch in Git
  9. Staging Area in Git
  10. How to Clone Subdirectory of Git Repository
  11. How to Remove Unpushed Commits in Git
  12. How to Add File Entries to the gitignore File in Git
  13. How to Remove Changes From Staging Area in Git
  14. How to Create Tags in the Git Repository
  15. How to Pull Changes From a Specific Branch in Git
  16. How to Pull Changes From Another Branch in Git
  17. How to Show Information About Remote Repository in Git
  18. How to Switch Between Branches in Git
  19. How to Create Branch From Another Branch in Git
  20. How to Undo a Commit Before Pushing Remote Repository in Git
  21. How to Revert a File to a Previous Commit in Git
  22. How to View List of Stash Entries in Git
  23. How to Remove a Submodule in Git
  24. How to Rebase Local Branch When Pulling Changes From the Remote Repository Branch in Git
  25. Fast Forwarding While Merging Branches in Git
  26. How to Merge Branches Without Fast Forward in Git
  27. How to Revert Back to a Previous Commit in the Repository in Git
  28. How to View Commit History of a File in Git
  29. How to Delete Branches in Git
  30. Git Commit vs Git Push
  31. How to Clone With Username and Password in Git
  32. How to Force Pull in Git
  33. How to Remove Git Init
  34. How to Stash Changes of the Files by Name in Git
  35. How to Undo Merge in Git
  36. How to Push Force Changes in Git
  37. How to Remove Directory in Git
  38. How to Revert Multiple Commits in Git
  39. How to Stash Specific Files in Git
  40. How to Delete Tags in Git
  41. How to Remove Files From a Repository in Git
  42. How to Set Upstream in Git Push
  43. How to Stop Tracking File in Git
  44. How to Undo Rebase in Git
  45. How to Resolve Merge Conflicts in Git
  46. How to Reset the Local Branch to One in Remote Repository in Git
  47. How to Squash Commits in Git