Point 6 of the Git and Gitflow workshop was redesigned and detailed. #39

Open
PaganoBarserker wants to merge 1 commits from PaganoBarserker/docs:punto6 into develop

Point 6 was edited in detail for the Git and Git Flow workshop.

Resolved #31 #30

Point 6 was edited in detail for the Git and Git Flow workshop. Resolved #31 #30
PaganoBarserker added 1 commit 2023-07-05 21:22:25 +00:00
PaganoBarserker closed this pull request 2023-07-05 21:23:11 +00:00
PaganoBarserker reopened this pull request 2023-07-05 21:24:54 +00:00
This pull request has changes conflicting with the target branch.
  • _posts/socialserv/2023-02-22-GitES.md
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b PaganoBarserker-punto6 develop
git pull punto6

Step 2:

Merge the changes and update on Gitea.
git checkout develop
git merge --no-ff PaganoBarserker-punto6
git push origin develop
Sign in to join this conversation.
No description provided.