Uly.me

cloud engineer

  • Home
  • About
  • Archives
Home

November 5, 2012

Subversion Info

Subversion Display shows information of the local working copy of the repository. The information displayed will contain the versioned number, the recent commits made, user-level locks held on a object, local scheduling information such as (added, deleted and copied), and any local convict information. To display the info, type in the Terminal this command.

svn info

svn info

Filed Under: SVN Tagged With: info

November 4, 2012

Git Push

The Git Push command sends all commits found in the local repository to the remote or master repository on the web such as Github or Unfuddle, as an example. You can invoke the Git Push command from the Terminal by typing the following:

git push

git push

In addition, you can be more specific by typing the following:

git push origin master

git push origin master

Filed Under: Git Tagged With: push

November 3, 2012

Git Status

Git Status is a command to display the status of files in the local working repository. It displays differences of files whether if updated or if it needs to committed to the repository. The Git Status command is typed in Terminal of the local working directory.

git status

git status

Filed Under: Git Tagged With: status

  • « Previous Page
  • 1
  • …
  • 240
  • 241
  • 242
  • 243
  • 244
  • …
  • 246
  • Next Page »
  • Cloud
  • Linux
  • Git

Copyright © 2012–2021