Showing 5 Result(s)
Git-Best-Practice

Git Best Practice

Git Best Parctice Using git can somehow be tricky and lead to misusage of some features due to a lack of experience. The purpose of the current page is to provide best practices so you can develop the right reflexes to ease your use of git and your understanding. Set up your personal information Define …

gcp

Google Cloud Platform

What is Google Cloud Platform, how to use it and how to compare it? Google Cloud Platform (GCP) is a platform that provides more than 90 IT services (or products) that businesses, IT professionals, and developers can use to work more efficiently, gain flexibility, and/or provide a strategic advantage. Google Cloud Platform is a set …

git

20 best Git commands

Git is software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows (thousands of parallel branches running on different systems) . the Gît commands that are covered in this article …