Bump snippet difficulty
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Find branches containing a commit
|
||||
tags: branch,commit,beginner
|
||||
tags: branch,commit,intermediate
|
||||
---
|
||||
|
||||
Prints all the branches containing a specific commit.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Find branches not containing a commit
|
||||
tags: branch,commit,beginner
|
||||
tags: branch,commit,intermediate
|
||||
---
|
||||
|
||||
Prints all the branches not containing a specific commit.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Delete a branch
|
||||
tags: repository,branch,beginner
|
||||
tags: repository,branch,intermediate
|
||||
---
|
||||
|
||||
Deletes a local branch.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Rebase onto another branch
|
||||
tags: branch,intermediate
|
||||
tags: branch,advanced
|
||||
---
|
||||
|
||||
Rebases the current branch onto another branch.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Rename a branch
|
||||
tags: branch,beginner
|
||||
tags: branch,intermediate
|
||||
---
|
||||
|
||||
Renames a local branch.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Rename remote branch
|
||||
tags: branch,intermediate
|
||||
tags: branch,advanced
|
||||
---
|
||||
|
||||
Renames a branch both locally and on the remote.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Edit the last commit
|
||||
tags: commit,beginner
|
||||
tags: commit,intermediate
|
||||
---
|
||||
|
||||
Updates the last commit's contents without changing its message.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Change the last commit's message
|
||||
tags: commit,beginner
|
||||
tags: commit,intermediate
|
||||
---
|
||||
|
||||
Updates the last commit's message without changing its contents.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: View commits by author
|
||||
tags: repository,commit,beginner
|
||||
tags: repository,commit,intermediate
|
||||
---
|
||||
|
||||
Prints all commits by the specified author.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: View a short summary of commits
|
||||
tags: repository,commit,beginner
|
||||
tags: repository,commit,intermediate
|
||||
---
|
||||
|
||||
Prints a short summary of all commits.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: View last commit
|
||||
tags: commit,beginner
|
||||
tags: commit,intermediate
|
||||
---
|
||||
|
||||
Prints the last commit.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: View merged branches
|
||||
tags: repository,branch,beginner
|
||||
tags: repository,branch,intermediate
|
||||
---
|
||||
|
||||
Prints a list of all merged local branches.
|
||||
|
||||
Reference in New Issue
Block a user