Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

svn git equivalent commands

git clone 		Copy a repository 				svn checkout
git commit 		Record changes to file history 	svn commit
git show 		View commit details 			svn cat
git status 		Confirm status 					svn status
git diff 		Check differences 				svn diff
git log 		Check log 						svn log
git add 		Addition 						svn add
git mv 			Move 							svn mv
git rm 			Delete 							svn rm
git checkout 	Cancel change 					svn revert
git reset 		Cancel change 					svn revert
git branch 		Make a branch 					svn copy
git checkout 	Switch branch 					svn switch
git merge 		Merge 							svn merge
git tag 		Create a tag 					svn copy
git pull 		Update 							svn update
git fetch 		Update 							svn update
git push 		It is reflected on the remote 	svn commit
.gitignore 		Ignore file list 				.svnignore
Comment

svn info git equivalent

 git remote show origin
Comment

PREVIOUS NEXT
Code Example
Shell :: installation caffe 
Shell :: roundcube cannot connect to storage server 
Shell :: python-minimal has no installation candidate 
Shell :: list all the created users only 
Shell :: where to find project ip adress oon jenkins 
Shell :: windows add to path 
Shell :: amend commit change description 
Shell :: find and kill android device offline on Mac 
Shell :: monit network request in ubuntu 
Shell :: how to delete unwanted built in apps in phone using cmd 
Shell :: golang msys2 
Shell :: Fixing Flutter ios build errors 
Shell :: raspberry pi remove script from startup 
Shell :: merge master into branch 
Shell :: changng truffle build directory 
Shell :: how to run bash scripts from local machine to remote linux machine 
Shell :: stop master git 
Shell :: mac unzip terminal 
Shell :: ta-lib github action 
Shell :: bash for tuple 
Shell :: override r--r--r-- 
Shell :: debian install ab 
Shell :: share a given window on android 
Shell :: add string at the end of each line 
Shell :: dhcpcd.service does not exist 
Shell :: conda install libsndfile 
Shell :: nvcc issue in jetson nano 
Shell :: how to remove git config property 
Shell :: Swift REST Api Call 
Shell :: how to change elementary os theme 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =