About Abdul Jabbar
LinkedInAbdul 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
- Git Checkout VS Pull
- Git Grep
- Git Pull VS Merge
- How to Determine the Current Branch in Git
- Git Fork vs Branch
- How to Git Push With SSH Key
- How to Get Current Commit in Git
- How to Squash All Commits in Git
- How to List Commits in Git
- Git Icons
- Git Unmerged Files
- How to Revert Commit Local in Git
- How to Add SSH in Git Remote
- How to Open Git Bash on Mac
- How to Push Origin Head in Git
- Git Merge Dry Run
- How to Push Hangs in Git
- How to Enable Git Tab Autocomplete
- How to Update Git on Mac
- How to Show Remote Tracking Branches in Git
- GitLab CI Variables
- How to Synchronize Branch With Master in Git
- How to Git Refresh Remote Branches
- How to Track Command History in Git
- How to Remove Commit From History in Git
- Git Stash Needs Merge
- Git Repository Names
- Difference Between Git Switch and Checkout
- How to Get the Latest Version of Code in Git
- Global Git Config File Location
- How to Create Pull Request From Command Line in Git
- How to Install Git in Cygwin
- Difference Between Two Commits in Git
- How to Cherry-Pick Merge Commit in Git
- How to Overwrite Master With Branch in Git
- How to Add Remote Branch in Git
- How to Check Git Version
- How to Rename Local Branch in Git
- How to Uninstall Git in Windows
- How to Merge Develop Into Feature in Git
- How to Uninitialize Repository in Git
- How to Update Local Branch From Remote in Git
- How to Copy File From Another Branch in Git
- How to Recover Stash in Git
- How to Copy Commits From Another Branch in Git
- How to Delete Commit From the Remote Repository in Git
- How to Globally Ignore Files in Git
- How to Recursively Add Files and Folders in Git
- How to Push to Specific Branch in Git
- How to Merge Repositories in Git
- How to Show Files in Git Commit
- How to Clear Stash in Git
- How to Make Reports in Git
- How to Push Username in Git
- How to Undo Git Reset
- How to Untrack Folder in Git
- How to Change the Git Editor for Commits
- Log Graph in Git
- How to View Git Configuration
- Difference Between Branches in Git
- How to Add Multiple Files in Git
- How to Checkout Tag in Git
- How to Center Image in Markdown
- How to Remove Version Tracking From Folder in Git
- How to Unstage a File in Git
- Multiple Commits Using Cherry-Pick in Git
- gitkeep and gitignore in Git
- Head in Git
- How to Clone a Repository in Git
- How to Stash One File in Git
- How to Undo Checkout in Git
- How to Merge With Force Overwrite in Git
- How to Remove Remote Origin in Git
- How to Revert Merge Commit in Git
- How to Delete Git Local Repository
- How to List All Remote Branches in Git
- How to Move Commit to Another Branch in Git
- How to Rename Branch in Git
- How to Reset and Restore in Git
- How to Update Submodule in Git
- How to Compare Local and Remote Branches in Git
- How to Force Pull Overwrite in Git
- How to Remove Committed Files in Git
- How to Undo Last Commit in Git
- How to Undo rm in Git
- How to Cherry-Pick a Commit in Git
- How to Reattach Head in Git
- How to Update Branch From Master in Git
- The gitignore File in Git
- How to Pull All Branches in Git
- How to Remove Commit From a Branch in Git
- How to Reset HEAD in Git
- How to Push Local Branch to the Remote Branch in Git
- How to Discard Changes in Git
- How to Fetch Remote Branch in Git
- How to Merge and Squash in Git
- How to Set Upstream in Git
- How to Check Out a Remote Git Branch
- How to Delete a Git Branch Locally and Remotely
- How to Force Git Pull to Overwrite Local Files
- How to Undo Commit in Git
Python How-To's
- How to Read Specific Column From .dat File in Python
- How to Examine Items in a Python Queue
- How to Split a String on New Line in Python
- How to Find NTH Root of X Value in Python
- Class Property in Python
- How to Create Subclass From Superclass in Python
- How to Delete Element From List in Python
- How to Create Random Seed Function in Python
- How to Find Maximum and Minimum Value Using Lambda Expression in Python
- Binary Numbers Representation in Python
- How to Convert Date to Datetime in Python
- How to Call a Class in Python