Hello to my dear programmers, I am here to showcase the way I designed my local machine to efficiently look like a github yet a local environment where I was organising a beautiful repository.
This is the IDE are used for creating and running my codes. In this IDE, I downloaded the following extensions
since my automation involved json python and markdown files.
Ctrl + \
to split the editor.Ctrl + Shift + V
to change one README.md into a preview file.
Installing json
Installing JINJA2
READ.ME file preview
This is the remote environment where after designing my repository, I always used the codes below to add, commit and push it to the Github to be viewed my other programmers and contributors
#This is the general way
#Cloning
git clone https://github.com/username/repository.git
#change directory
cd repository
#add file or directory
git add .
#commiting changes
git commit -m "Initial commit"
#sending to github remote repository
git push origin master
This is a simple script that I used to create navigation tabs or hyperlinks below my websites which saves time
*[Home](https://23w-gbac.github.io/MUTALE-GEORGE-Blog_post/)* *[Previous](/MUTALE-GEORGE-Blog_post/Automation1.html)* *[Next](/MUTALE-GEORGE-Blog_post/Automation2.html)* *[Back to Repository](https://github.com/23W-GBAC/MUTALE-GEORGE-Blog_post)*