I will walk you through how to use File Meta in Mac OS, and how you can use this to version your work. This allows you to rollback to an earlier saved version of your file and using the... (Read more)
Here is how you can enable file versioning on ShareFile to track the changes you make to the files and give your fellow colleagues access to the previous versions. The good thing about file... (Read more)
Synology DiskStation is a great server for home and office use, but it’s also perfect for many multimedia purposes since it can support up to 32TB in the latest versions. Creating... (Read more)
Jenkins is great for rapid application development and building continuous integration. It's also used as a tool for managing source code repositories from a central place. If... (Read more)
GitHub is an online repository hosting service for project source code, which has been widely used by software developers and others to store their code online. It was primarily... (Read more)
Are you confused on how to install Git on windows? Are you worried that downloading and installing Git may damage your computer? Do you want to get started with git but don't know... (Read more)
Is there a file that shouldn't be in Git? Maybe it's a backup file or an old file you don't need any more. In this article you'll learn how to remove files from... (Read more)
Reverting a commit is quite simple with the help of Git. The idea of reverting a commit could be a bit difficult for newbies. Let us quickly understand the basic usage of revert in Git.... (Read more)
Did you know that it is possible to view the source code of a website on Google Chrome? It is indeed! The source code gives an in-depth look on how a website was developed and build. This... (Read more)
How to search source code in Google? A major advantage of google search over other search engine is that it can find the source code of your application. This tutorial will show you how... (Read more)