Paul, Thank you for help. I hope this is last my problem which showed on "question.png" file. This happen when I execute next steps:
git clone git://git.code.sf.net/p/openocd/code openocd git remote add review http://[email protected]/p/openocd.git git config remote.review.push HEAD:refs/publish/master scp -p -P 29418 [email protected]:hooks/commit-msg .git/hooks/ git config --global user.name "psocprogrammer" git config --global user.email "[email protected]" #make changes and submit git add "path to file". git commit -s -a -m "Massages" tools/checkpatch.sh git pull --rebase origin master git commit --amend <--- On this step showed "question.png" file git push review I have two questions: 1) Are I executed correct steps and this steps are enough to loaded code on code review? 2) How I can exit with step showed "question.png" file? Best regards, Misha This message and any attachments may contain Cypress (or its subsidiaries) confidential information. If it has been received in error, please advise the sender and immediately delete this message. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
