TipsMake
Newest

Tags : git command symbols

Review changes in Git
Git 25 May 2019

Review changes in Git

after rechecking the deposit details, jerry realizes that the string length cannot be negative, so he decides to change the type of my_strlen function.

Read More
Commit in Git
Git 25 May 2019

Commit in Git

jerry commits (deposits) the changes and he wants to correct them for his recent commits. in this case, the function git commit -a will help do this. this function changes the

Read More
Push operation in HTML
Git 25 May 2019

Push operation in HTML

jerry modifies the previous commits using the git commit -a operation (signing changes) and he is ready to push the changes. push operation saves permanent data to git repository.

Read More