Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 407 Bytes

File metadata and controls

16 lines (11 loc) · 407 Bytes

programming

This is the repository for practicing programming in RSL.

Git Tips

If you follow commands below, you can use GitHub safely.

  1. $ git pull
  2. Enjoy coding by using an editor you like
  3. $ git add <the file you created>
  4. $ git commit
  5. $ git push

Sometimes you will destroy this repository but don't worry. All of our changes are recorded and able to fix. Let's enjoy Git Life.