how to add your local git branch changes to remote branch
// follow 3 steps
1. git add .
2. git commit -m “my commit”
3. git push
stpe 1 add yourworking directoryfile to index area
step 2. saves yourchanges to local repo
step 3. pushesyour changes to remote branch