Skip to content

cevgueni/ForkDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ForkDemo

Provides a starting point for demonstrating how to fork, modify, and submit a project pull request

  1. Create github account.
  2. Install git:
    • debian: sudo apt-get install git
  3. clone repository:
    cd && git clone https://github.com/"Your login name"/ForkDemo
  4. Update README.md:
    vi README.md
  5. Add change to README.md with git
    git add README.md
  6. Create commit
    git commit -m "Commit message"
  7. Push your code
    git push origin master
  8. Create new pull request

Fork this demo Modify this "README.md" file to provide a better description of this "Hello World" project. (This is a simple C application that builds a "helloworld" command line application. Using printf function and stdio header) Submit a pull request with your changes

About

Provides a starting point for demonstrating how to fork, modify, and submit a project pull request

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 58.3%
  • Makefile 41.7%