Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
git-research
git-research
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Đào Nguyễn Thành Uy
  • git-researchgit-research
  • Wiki
  • create a new branch with git and manage branches

create a new branch with git and manage branches · Changes

Page history
Update create a new branch with git and manage branches authored Aug 21, 2019 by Đào Nguyễn Thành Uy's avatar Đào Nguyễn Thành Uy
Hide whitespace changes
Inline Side-by-side
Showing with 1 addition and 1 deletion
+1 -1
  • create-a-new-branch-with-git-and-manage-branches.md create-a-new-branch-with-git-and-manage-branches.md +1 -1
  • No files found.
create-a-new-branch-with-git-and-manage-branches.md
View page @ 15b950e0
...@@ -51,4 +51,4 @@ To force the deletion of local branch on your filesystem : ...@@ -51,4 +51,4 @@ To force the deletion of local branch on your filesystem :
Delete the branch on github : Delete the branch on github :
$ git push origin :[name_of_your_new_branch] > $ git push origin :[name_of_your_new_branch]
\ No newline at end of file \ No newline at end of file
Clone repository
  • create a new branch with git and manage branches
  • Home