File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # nss-cucek
2
- Website Project
1
+ # Helloworld
2
+ Sample Project
3
3
.....
4
4
5
5
[ ![ Open Source Love] ( https://badges.frapsoft.com/os/v1/open-source.svg?v=103 )] ( https://github.com/ellerbrock/open-source-badges/ )
@@ -91,7 +91,7 @@ where "url you just copied" (without the quote marks) is the url to this reposit
91
91
92
92
For example:
93
93
```
94
- git clone https://github.com/this-is-you/nss-cucek .git
94
+ git clone https://github.com/this-is-you/my-first-lang .git
95
95
```
96
96
where ` this-is-you ` is your GitHub username. Here you're copying the contents of the first-contributions repository in GitHub to your computer.
97
97
@@ -100,7 +100,7 @@ where `this-is-you` is your GitHub username. Here you're copying the contents of
100
100
Change to the repository directory on your computer (if you are not already there):
101
101
102
102
```
103
- cd nss-cucek
103
+ cd my-first-lang
104
104
```
105
105
Now create a branch using the ` git checkout ` command:
106
106
```
You can’t perform that action at this time.
0 commit comments