Skip to content

skillplot/cs-f111-cp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

Getting Started

  1. Clone the repo and configure it
    git clone https://github.com/skillplot/cs-f111-cp.git
    git config user.name <user_name>
    git config user.email <user_email>
    git config -l
  2. To add new/updates changes
    git status
    ## put add all the changes
    git add -A
    ## example to add particular file
    git add README.md
    git status
    git commit -m'put some details on the changes'
    git push
    git status

About

Basics - Getting Started with coding with C in Linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •