This repository contains blogs for hasabTech which will be posted on: https://article.hasabtech.com
Create a separate branch first and then push your article in it. Create a Pull Request for it to be added on the website.
Follow the following standard for creating a branch.
author_article-name
Considering shameel_what-actually-is-git as branch name
git branch shameel_what-actually-is-git
git checkout shameel_what-actually-is-git
Create a separate repository for your the article where the repository name should reflect article name.
- Create
README.mdfile which should contain the text. - Create
imagesdirectory which should contain the images used in the article.- Avoid using external links for the images used in the article.
Considering Git - What Actually is VCS to be the name of he repository
+-- Git - What Actually is VCS
+--README.md
+--images
+--image1.png
+--image2.png
You can add customized name for images for better understanding purpose.
For posting Articles:
[ARTICLE][post] - <Article-Name>
For Editing Article:
[ARTICLE][edit] - <Article-Name>
For Fixing Something:
[ARTICLE][fix] - <Article-Name>
Note: Please follow the guidelines for creating branch first from Branch Rules headings and then follow following commands.
git add .
git commit -m "[ARTICLE][POST] - Git-What-Actually-Is-VCS"