Abdul Jabbar avatar Abdul Jabbar avatar

About Abdul Jabbar

LinkedIn

Abdul is a software engineer with an architect background and a passion for full-stack web development with eight years of professional experience in analysis, design, development, implementation, performance tuning, and implementation of business applications.

Articles by Abdul Jabbar

Git Howtos

  1. Git Checkout VS Pull
  2. Git Grep
  3. Git Pull VS Merge
  4. How to Determine the Current Branch in Git
  5. Git Fork vs Branch
  6. How to Git Push With SSH Key
  7. How to Get Current Commit in Git
  8. How to Squash All Commits in Git
  9. How to List Commits in Git
  10. Git Icons
  11. Git Unmerged Files
  12. How to Revert Commit Local in Git
  13. How to Add SSH in Git Remote
  14. How to Open Git Bash on Mac
  15. How to Push Origin Head in Git
  16. Git Merge Dry Run
  17. How to Push Hangs in Git
  18. How to Enable Git Tab Autocomplete
  19. How to Update Git on Mac
  20. How to Show Remote Tracking Branches in Git
  21. GitLab CI Variables
  22. How to Synchronize Branch With Master in Git
  23. How to Git Refresh Remote Branches
  24. How to Track Command History in Git
  25. How to Remove Commit From History in Git
  26. Git Stash Needs Merge
  27. Git Repository Names
  28. Difference Between Git Switch and Checkout
  29. How to Get the Latest Version of Code in Git
  30. Global Git Config File Location
  31. How to Create Pull Request From Command Line in Git
  32. How to Install Git in Cygwin
  33. Difference Between Two Commits in Git
  34. How to Cherry-Pick Merge Commit in Git
  35. How to Overwrite Master With Branch in Git
  36. How to Add Remote Branch in Git
  37. How to Check Git Version
  38. How to Rename Local Branch in Git
  39. How to Uninstall Git in Windows
  40. How to Merge Develop Into Feature in Git
  41. How to Uninitialize Repository in Git
  42. How to Update Local Branch From Remote in Git
  43. How to Copy File From Another Branch in Git
  44. How to Recover Stash in Git
  45. How to Copy Commits From Another Branch in Git
  46. How to Delete Commit From the Remote Repository in Git
  47. How to Globally Ignore Files in Git
  48. How to Recursively Add Files and Folders in Git
  49. How to Push to Specific Branch in Git
  50. How to Merge Repositories in Git
  51. How to Show Files in Git Commit
  52. How to Clear Stash in Git
  53. How to Make Reports in Git
  54. How to Push Username in Git
  55. How to Undo Git Reset
  56. How to Untrack Folder in Git
  57. How to Change the Git Editor for Commits
  58. Log Graph in Git
  59. How to View Git Configuration
  60. Difference Between Branches in Git
  61. How to Add Multiple Files in Git
  62. How to Checkout Tag in Git
  63. How to Center Image in Markdown
  64. How to Remove Version Tracking From Folder in Git
  65. How to Unstage a File in Git
  66. Multiple Commits Using Cherry-Pick in Git
  67. gitkeep and gitignore in Git
  68. Head in Git
  69. How to Clone a Repository in Git
  70. How to Stash One File in Git
  71. How to Undo Checkout in Git
  72. How to Merge With Force Overwrite in Git
  73. How to Remove Remote Origin in Git
  74. How to Revert Merge Commit in Git
  75. How to Delete Git Local Repository
  76. How to List All Remote Branches in Git
  77. How to Move Commit to Another Branch in Git
  78. How to Rename Branch in Git
  79. How to Reset and Restore in Git
  80. How to Update Submodule in Git
  81. How to Compare Local and Remote Branches in Git
  82. How to Force Pull Overwrite in Git
  83. How to Remove Committed Files in Git
  84. How to Undo Last Commit in Git
  85. How to Undo rm in Git
  86. How to Cherry-Pick a Commit in Git
  87. How to Reattach Head in Git
  88. How to Update Branch From Master in Git
  89. The gitignore File in Git
  90. How to Pull All Branches in Git
  91. How to Remove Commit From a Branch in Git
  92. How to Reset HEAD in Git
  93. How to Push Local Branch to the Remote Branch in Git
  94. How to Discard Changes in Git
  95. How to Fetch Remote Branch in Git
  96. How to Merge and Squash in Git
  97. How to Set Upstream in Git
  98. How to Check Out a Remote Git Branch
  99. How to Delete a Git Branch Locally and Remotely
  100. How to Force Git Pull to Overwrite Local Files
  101. How to Undo Commit in Git

Python How-To's

  1. How to Read Specific Column From .dat File in Python
  2. How to Examine Items in a Python Queue
  3. How to Split a String on New Line in Python
  4. How to Find NTH Root of X Value in Python
  5. Class Property in Python
  6. How to Create Subclass From Superclass in Python
  7. How to Delete Element From List in Python
  8. How to Create Random Seed Function in Python
  9. How to Find Maximum and Minimum Value Using Lambda Expression in Python
  10. Binary Numbers Representation in Python
  11. How to Convert Date to Datetime in Python
  12. How to Call a Class in Python