push operation

  • Online Repository in Git

    Online Repository in Git

    github is a social network for programmers for software development projects using git revision management system. it also has a standard gui application for direct download (windows, mac, gnu / linux) to your computer from web sites. but in this tutorial, we only consider the cli section.
  • Operating Rename in Git

    Operating Rename in Git

    so far, both tom and jerry are using manual commands to compile their projects. now, jerry decided to create a makefile for the project and also put a name for the file string.c.
  • Delete operation in Git

    Delete operation in Git

    tom updates the local repository and finds the compiled binary in the src directory. after observing the commit message, he realizes that this code is added by jerry.
  • Push operation in HTML

    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. after a successful push operation, other programmers can observe jerry's changes.