wp-statistics
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 /home/mansupbiz/host/pqwee0/wp-includes/functions.php on line 6114One step is performed\u00a0on the host machine of the git repository, and three steps are performed on any client\u00a0on any satellite client machine for that git repository;<\/p>\n\n\n\n
1. (HOST)<\/p>\n\n\n\n
mkdir gitproj\ncd gitproj\ngit --bare init<\/pre>\n\n\n\n2. (CLIENT)<\/p>\n\n\n\n
git clone ssh:\/\/user@host.com\/~\/gitproj\ncd gitproj<\/pre>\n\n\n\n3. (CLIENT) Optional<\/p>\n\n\n\n
cat >hello.py\nprint 'hello world'\n^D<\/pre>\n\n\n\n4. (CLIENT) Update repository on server.<\/p>\n\n\n\n
git add hello.py\ngit commit -m 'hello git'\ngit push origin master<\/pre>\n\n\n\nVoila – (The End)<\/p>\n\n\n\n
We want to do more than this, but at first lets do some simple git client operations.<\/p>\n\n\n\n
1. On a different client, or on the same client after renaming “gitproj” and creating a new, empty directory named “gitproj”<\/p>\n\n\n\n
git clone ssh:\/\/user@host.com\/~\/gitproj\ncd gitproj\nvi hello.py\ngit commit -m 'changes to hello world'\ngit push<\/pre>\n\n\n\nThis is not a group approach, but if you develop a little on your work desktop, a little on your home desktop, and once in a while on your netbook, like I do, this is a big help for script development.<\/p>\n","protected":false},"excerpt":{"rendered":"
Simple git client server setup Stuff you aren’t going to read; Four steps, (one host & 3 client) One step is performed\u00a0on the host machine of the git repository, and three steps are performed on any client\u00a0on any satellite client machine for that git repository; 1. (HOST) mkdir gitproj cd gitproj git –bare init 2. […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-504","post","type-post","status-publish","format-standard","hentry","category-code"],"_links":{"self":[{"href":"https:\/\/www.pqwee.com\/wp-json\/wp\/v2\/posts\/504","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pqwee.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.pqwee.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.pqwee.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pqwee.com\/wp-json\/wp\/v2\/comments?post=504"}],"version-history":[{"count":2,"href":"https:\/\/www.pqwee.com\/wp-json\/wp\/v2\/posts\/504\/revisions"}],"predecessor-version":[{"id":507,"href":"https:\/\/www.pqwee.com\/wp-json\/wp\/v2\/posts\/504\/revisions\/507"}],"wp:attachment":[{"href":"https:\/\/www.pqwee.com\/wp-json\/wp\/v2\/media?parent=504"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pqwee.com\/wp-json\/wp\/v2\/categories?post=504"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pqwee.com\/wp-json\/wp\/v2\/tags?post=504"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}