-
Fork this repository .
-
Clone on the repository to your local machine
git clone <git repo> -
Navigate to cloned repository.
cd filename -
Create a new branch to work on with
git checkout -b my-new-branch
Time to make some changes to the cloned repository on your local machine.
-
Add your work with
git add . -
Save your work, by commiting it.
git commit -m "first commit"
-
Let's try pushing it on remote repository, in our case github!
git push origin my-new-branch -
Ready to share your work with others? So let's generate a Pull Request! To do this, go to your forked github repository and
Create a Pull Request.
-
Notifications
You must be signed in to change notification settings - Fork 21
virusahi/c-language-
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published