Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #14

Open
mpon opened this issue Oct 7, 2021 · 0 comments
Open

test #14

mpon opened this issue Oct 7, 2021 · 0 comments

Comments

@mpon
Copy link
Owner

mpon commented Oct 7, 2021

start build from console

$ git branch
* (no branch)
main
$ git rev-parse --abbrev-ref HEAD
HEAD
$ git rev-parse HEAD
ccc5b301db5db34bd8aee636032cbff55b003def
$ git switch main
Switched to branch 'main'
$ git rev-parse --abbrev-ref HEAD
main
$ git rev-parse HEAD
ccc5b301db5db34bd8aee636032cbff55b003def

mpon-patch-1 merged

$ git branch
 * (no branch)
 main
 mpon-patch-1
$ git rev-parse --abbrev-ref HEAD
HEAD
$ git rev-parse HEAD
7b86bd285e36992fbbc04b1625bbeb241821f566
$ git switch mpon-patch-1
Switched to branch 'mpon-patch-1'
$ git rev-parse --abbrev-ref HEAD
mpon-patch-1
$ git rev-parse HEAD
7b86bd285e36992fbbc04b1625bbeb241821f566
$ git switch main
Switched to branch 'main'
$ git rev-parse --abbrev-ref HEAD
main
$ git rev-parse HEAD
d073548b6201e038858a6858ce7261b055d9b0c6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant