jserv / full-stack-hello

minimal instruction set and assembler/compiler for "Hello World" execution
Other
114 stars 49 forks source link

Fix build warning #24

Closed pakls closed 7 years ago

mlouielu commented 7 years ago

@pakls, you sent the PR from master branch, you will need to create a new branch from commit head, and resend the PR.

pakls commented 7 years ago

@mlouielu I am cleaning up my forked master branch. The PR closed itself. Now I have a topic branch called warning. When resending the PR, is this correct command?

git push origin warning:master
mlouielu commented 7 years ago

You will need to use: git push -u origin warning