maoling commented on issue #1260: ZOOKEEPER-3730: fix a typo about watchManagerName in the zookeeperAdmin.md URL: https://github.com/apache/zookeeper/pull/1260#issuecomment-590036048 @asutosh936 You need to read the contributor guideline is [here](https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToContribute) Suppose that you're now in the branch ZOOKEEPER-3730 // return current master position `git reset --hard 3aa922c5737c9ef087` // start to fix that typo `git commit -am "ZOOKEEPER-3730: fix a typo about watchManagerName in the zookeeperAdmin.md"` // before pushing, recheck the git diff is what you want(One line) `git push origin ZOOKEEPER-3730 -f`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
