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

Add commands for github workflow #24

Open
mxochicale opened this issue Oct 31, 2023 · 0 comments
Open

Add commands for github workflow #24

mxochicale opened this issue Oct 31, 2023 · 0 comments

Comments

@mxochicale
Copy link
Owner

mxochicale commented Oct 31, 2023

 2027  git remote prune origin --dry-run
 2028  git remote prune origin
 2029  git branch -a
git branch --merged
git branch -r --merged | grep -v main | sed 's/origin\//:/' | xargs -n 1 git push origin
git branch -d $NAME_OF_THE_BRANCH
git commit -m "My head line" -m "My content line."

or

git commit -m "Demonstrate multi-line commit message in Powershell" -m "Add a title to your commit after -m enclosed in quotes,
then add the body of your comment after a second -m.
Press ENTER before closing the quotes to add a line break.
Repeat as needed.
Then close the quotes and hit ENTER twice to apply the commit."
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