Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 481 Bytes

File metadata and controls

32 lines (25 loc) · 481 Bytes

Example

Pull request example

cd ~/mxochicale/github
git clone https://github.com/mxochicale/gazr
cd gazr
git remote add mxochicale https://github.com/mxochicale/gazr
git branch README.ROSdistributions
git checkout README.ROSdistributions
.
.
.
MAKE CHANGES
.
.
.
git add .
git commit -m 'README.ROSdistributions'
git push mxochicale README.ROSdistributions
  • Finally go the github fage and a pull request for the topic branch you've just pushed