Working with Git repositories

From WandoraWiki
Revision as of 15:02, 16 October 2017 by Akivela (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Wandora application supports small subset of Git commands. Wikipedia describes Git as a version control system for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for source code management in software development, but it can be used to keep track of changes in any set of files. As a distributed revision control system it is aimed at speed, data integrity, and support for distributed, non-linear workflows. Wandora's Git support allows the user to

  • Clone remote repository and optionally open cloned repository as a Wandora project.
  • Initialize local repository and save current project into the initialized repository.
  • Save current project into a local repository and commit changes.
  • Save current project into a local repository and both commit and push changes to a remote repository.
  • Pull changes from remote repository and reopen current project in Wandora.
Personal tools