Github

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More β†’

Useful commands

  • Pull another branch and merge current branch with it
    ​​​​git fetch origin BranchName:BranchName 
    ​​​​git merge BranchName
    

    Here BranchName is the name of the branch you want to pull and merge.

  • Delete Branch
git branch -D BranchName
git remote prune origin

Git Stash

Stash