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

Sheriff branch #216

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[user]
name = SheriffMudasir
email = [email protected]
1 change: 1 addition & 0 deletions .lesshst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.less-history-file:
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Github-Examples
A repo containing GitHub for programmatic examples
A repo containing GitHub for programmatic examples
This is awesom
2 changes: 1 addition & 1 deletion git-crash-course/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ git branch branch-name
Checkout the branch

```
git checkout dev
git checkout branchn_ame
```


Expand Down
10 changes: 10 additions & 0 deletions sheriff-folder/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Branches
Create a new branch
```sh
git branch branch-name
```

Switch to a branch
```sh
git checkout branch-name
```