How to see Git branches


  • To see current branch
    • git branch
  • To see all the branches (local and remote)
    • git branch -a
  • To see only remote branches
    • git branch -r

No comments:

Post a Comment

Scheduling Repeating Local Notifications using Alarm Manager

Learn about Scheduling Repeating Local Notifications using Alarm Manager in this post .