Skip to content

marcopiraccini/til

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Today I Learned

A collection of concise write-ups on small things I learn day to day across a variety of languages and technologies.

Last Article

[29/06/2022]: How to upgrade docker-compose images (docker)

Categories

Contribute

You can easily add a new article by running the contribute.sh bash script like:

./contribute.sh

It will:

  1. Ask you to enter the category of the new article. If it doesn't exist, it will create a new folder.
  2. Ask you to enter the title of the article (like "How to see my public IP")
  3. Create a markdown file in the category folder and open it with vim directly in insert mode at the end of the file.
  4. Once you're done writing the article, save it and close vim with the command :wq.
  5. It will update the main README.md file with updated "Last Article" and "Categories" sections.
  6. It will update the category README.md file to append a link to the new article you just wrote.
  7. Add and commit with the title as commit message
  8. Push to HEAD

About

Forked from:

Releases

No releases published

Packages

No packages published

Languages