• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Search

Subversion Update

November 5, 2012

Subversion Update is used to synch the working copy with repository. You can use any of the two commands below. Any changes done by you since the last update will not be overwritten. Your changes will be reflected on the repository once you perform a commit to the repository.

svn update
svn up

svn update svn up

Filed Under: SVN Tagged With: update

Subversion Info

November 5, 2012

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

Git Push

November 4, 2012

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

Git Status

November 3, 2012

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

Subversion Status

November 3, 2012

The Subversion Status command give you the status of the local working directory. Type this command in the Terminal to display the status.

svn status

svn status

Filed Under: SVN Tagged With: status

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 196
  • Go to page 197
  • Go to page 198
  • Go to page 199
  • Go to page 200
  • Go to Next Page »
  • Home
  • About
  • Search

Copyright © 2023