Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the copy-the-code domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/pcx3.com/wp-includes/functions.php on line 6121

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pb-seo-friendly-images domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/pcx3.com/wp-includes/functions.php on line 6121

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the johannes domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/pcx3.com/wp-includes/functions.php on line 6121
SVN vs Git commands - PC✗3
SVN vs Git commands

SVN vs Git commands

Back in 2017 when I built my very first WordPress plugin I had trouble uploading it to WordPress.org because I’ve never used SVN before. As a Git guy I’ve never worked with SVN before and at the time I was searching all over the web for some Git to SVN command reference.

I’m sharing this now mostly for me, but also in hope that someone else might find this reference useful also. 🙂

DescriptionGIT CommandSVN Command
Copy a repositorygit clonesvn checkout
Record changes to file historygit commitsvn commit
View commit detailsgit showsvn cat
Confirm statusgit statussvn status
Check differencesgit diffsvn diff
Check loggit logsvn log
Additiongit addsvn add
Movegit mvsvn mv
Deletegit rmsvn rm
Cancel changegit resetsvn revert
Make a branchgit branchsvn copy
Switch branchgit checkoutsvn switch
Mergegit mergesvn merge
Updategit pullsvn update
Updategit fetchsvn update
It is reflected on the remotegit pushsvn commit
Ignore file list.gitignore.svnignore
whoami
Stefan Pejcic
Join the discussion

I enjoy constructive responses and professional comments to my posts, and invite anyone to comment or link to my site.