diff --git a/hacker.tr.md b/hacker.tr.md index b3304ba..23b0984 100644 --- a/hacker.tr.md +++ b/hacker.tr.md @@ -74,6 +74,7 @@ mutlu hacklemeler(başarılar ve başarıya ulaşmanız dileğiyle) * https://git.sr.ht/~mertgor/hacker-how-to * https://gitlab.com/masscollabs/masscollaborationlabs/hacker-how-to * https://github.com/hwpplayer1/hacker-how-to +* https://git.truvalinux.org.tr/hwpplayer1/hacker-how-to # Lisans diff --git a/multiple-forge.md b/multiple-forge.md index 8404fdf..d250790 100644 --- a/multiple-forge.md +++ b/multiple-forge.md @@ -10,6 +10,7 @@ For this repository they are : * [vern.cc](https://git.vern.cc/hwpplayer1/hacker-how-to) * [Disroot](https://git.disroot.org/hwpplayer1/hacker-how-to) * [Codeberg](https://codeberg.org/hwpplayer1/hacker-how-to) +* [Truva Linux](https://git.truvalinux.org.tr/hwpplayer1/hacker-how-to) and your local forge (for me it is forgejo) @@ -33,7 +34,9 @@ vern.cc ```git remote add vern.cc ssh://git@vern.cc:1813/hwpplayer1/hacker-how-t disroot ```git remote add disroot git@git.disroot.org:hwpplayer1/hacker-how-to.git``` -and codeberg ```git remote add codeberg git@codeberg.org:hwpplayer1/hacker-how-to.git``` +codeberg ```git remote add codeberg git@codeberg.org:hwpplayer1/hacker-how-to.git``` + +and Truva Linux ```https://git.truvalinux.org.tr/hwpplayer1/hacker-how-to.git``` After this we will execute ```git remote set-url --add --push all``` command for each git ssh address @@ -51,6 +54,8 @@ They are : ```git remote set-url --add --push all git@codeberg.org:hwpplayer1/hacker-how-to.git``` +```git remote set-url --add --push all https://git.truvalinux.org.tr/hwpplayer1/hacker-how-to.git``` + and for my local forge as forgejo it is ```git remote set-url --add --push all git@127.0.0.1:hwpplayer1/hacker-how-to.git``` Then run ```git add .``` for your files ```git commit -S -m "Your Commit Message"``` and run ```git push -uv all``` to push your commits to remote. diff --git a/multiple-forge.tr.md b/multiple-forge.tr.md index 6f80e29..d08e505 100644 --- a/multiple-forge.tr.md +++ b/multiple-forge.tr.md @@ -10,6 +10,7 @@ Bunun için aşağıdaki gibi adreslere erişiyoruz : * [vern.cc](https://git.vern.cc/hwpplayer1/hacker-how-to) * [Disroot](https://git.disroot.org/hwpplayer1/hacker-how-to) * [Codeberg](https://codeberg.org/hwpplayer1/hacker-how-to) +* [Truva Linux](https://git.truvalinux.org.tr/hwpplayer1/hacker-how-to) ve yerel kod ortamımız ( forge ) benim için bu forgejo'dur. @@ -33,7 +34,9 @@ vern.cc için ```git remote add vern.cc ssh://git@vern.cc:1813/hwpplayer1/hacker disroot için ```git remote add disroot git@git.disroot.org:hwpplayer1/hacker-how-to.git``` -ve Codeberg için ```git remote add codeberg git@codeberg.org:hwpplayer1/hacker-how-to.git```4 +Codeberg için ```git remote add codeberg git@codeberg.org:hwpplayer1/hacker-how-to.git``` + +ve Truva Linux için ```https://git.truvalinux.org.tr/hwpplayer1/hacker-how-to.git``` Bu aşamadan sonra her adres için bu komutu çalıştıracağız ```git remote set-url --add --push all``` @@ -52,6 +55,8 @@ Bunlar : ```git remote set-url --add --push all git@codeberg.org:hwpplayer1/hacker-how-to.git``` +```git remote set-url --add --push all https://git.truvalinux.org.tr/hwpplayer1/hacker-how-to.git``` + ve benim local forge(forgejo'm)'um için ```git remote set-url --add --push all git@127.0.0.1:hwpplayer1/hacker-how-to.git``` Sonra kodumuzu veya içeriğimizi göndermek için sırasıyla ```git add .``` dosyalarımızı eklemek için, ```git commit -S -m "Your Commit Message"``` dosyalarımızı işlemek için, ve ```git push -uv all``` dosyalarımızı ilgili uzak depolara(forge ortamlarına) göndermek için çalıştırılacaktır.