TipsMake
Newest

Tags : create a new user account on the operating system

Create activity in Git
Git 25 May 2019

Create activity in Git

in this chapter, we will learn how to create a remote git repository, from which we will mention it as a git server. we need a git server to allow the team to collaborate.

Read More
Clone activity in Git
Git 25 May 2019

Clone activity in Git

we have an empty repository on the server and tom also pushed his first version. now, jerry can observe his changes. clone operation creates a remote repository instance.

Read More