Singsys blog

Technical Seminar Series: ‘GIT Pull Requests Best Practices’

Continuing with our ‘Technical Seminar Series’, another noteworthy seminar was conducted on ‘GIT Pull Requests Best Practices’ on the 10th of July by Mr. Hitesh Kumar.

 

Enumerating upon the various useful practices of engaging in with  ‘Git Pull Request’, the session highlighted the following pointers in general:

 

  • What is Pull request?
  • Why do we need to create pull request?
  • What is use of GIT branch?
  • How to write code in Php? 
  • How to create Pull Request ?
  • Adding line comments to a pull request

(more…)

5 Great Github Tips for Novice Programmers

GotHub Tips

GitHub is a great website visited by hundreds of thousands of users from the developer community on daily basis. This website act as a basic and reliable tool for developers to change and manage the code in a very fast manner. GitHub is equally advantageous for software solution development firms due to its distributed development environment as unlike working with code on one centralized repository Git offers them control over their own local repository that has full history of all changes made in the code base better known as commit.

(more…)