why does update ubuntu also update git repos code example
Example 1: how to update git
C:\> git update-git-for-windows
Example 2: how to update local repo when i make changes to github remote repo
git pull origin master_or_other_branch_name
C:\> git update-git-for-windows
git pull origin master_or_other_branch_name