Bump snippet difficulty

This commit is contained in:
Chalarangelo
2021-04-08 20:32:07 +03:00
parent 251da2fafa
commit ee52eda14c
12 changed files with 12 additions and 12 deletions

View File

@ -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.

View File

@ -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.

View File

@ -1,6 +1,6 @@
---
title: Delete a branch
tags: repository,branch,beginner
tags: repository,branch,intermediate
---
Deletes a local branch.

View File

@ -1,6 +1,6 @@
---
title: Rebase onto another branch
tags: branch,intermediate
tags: branch,advanced
---
Rebases the current branch onto another branch.

View File

@ -1,6 +1,6 @@
---
title: Rename a branch
tags: branch,beginner
tags: branch,intermediate
---
Renames a local branch.

View File

@ -1,6 +1,6 @@
---
title: Rename remote branch
tags: branch,intermediate
tags: branch,advanced
---
Renames a branch both locally and on the remote.

View File

@ -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.

View File

@ -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.

View File

@ -1,6 +1,6 @@
---
title: View commits by author
tags: repository,commit,beginner
tags: repository,commit,intermediate
---
Prints all commits by the specified author.

View File

@ -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.

View File

@ -1,6 +1,6 @@
---
title: View last commit
tags: commit,beginner
tags: commit,intermediate
---
Prints the last commit.

View File

@ -1,6 +1,6 @@
---
title: View merged branches
tags: repository,branch,beginner
tags: repository,branch,intermediate
---
Prints a list of all merged local branches.