Posts for GitHub

CI/CD with GitHub, Travis CI, and Heroku

The idea of Continuous Integration (CI) stems from the principle that developers should push code more frequently to a shared repository like GitHub. With that in place, tests can be written by the developers to verify the integrity of the code. Then a CI service can pick up the code, build it and run tests […]

April 3, 2020 in Git

Learn Git, Github, and Opensource – Course

INTRODUCTION This course will introduce you to git with some of its most important commands everyone should know. In this course, we will use the command-line tool to leverage the full potentials of git as it is a good way to use git. We will be more practical in explaining the basic concept and commands […]

January 30, 2020 in Courses

How to synchronize your local repository with GitHub

To synchronize your local repository with GitHub, proceed as follows: Go to the GitHub official website and make sure you are logged in In the top right corner, you should find a + sign. Click this and then click New repository Enter the name of your repository (GitProject) Add a description of your repository — […]

January 30, 2020 in Git