About 111 results found. (Query 0.08700 seconds)
This snippet tells git log to include or exclude by author Details Language: Git Snippet # Show only commits by author git log --author = " $AUTHOR " # Exclude commits by author git log --perl-regexp --author = '^((?!
This will allow us to seamlessly merge the histories later on. To do this, you’ll need git-filter-repo installed on your system, as it is not a standard Git command. # Re-write the source repo's history cd frontend-temp git filter-repo --to-subdirectory-filter frontend --force Note that doing so will overwrite all GPG signatures.
333.i2p Форум, посвященный разработке и поддержке i2pd В начало Форум Пользователи You are not logged in   Поиск   Регистрация   Вход Tue, 24 Jan 2017, 04:29am git i2pd в i2p » kirk Участник Registered: January 2017 Последний раз: Tue, 24 Jan 2017 Сообщения: 1 Есть ли git i2pd в i2p? На git.repo.i2p не нашёл.
It *should* be possible in theory, but will require non-trivial work to get the git-to-mtn part right. Link Post   Topic   (x) Home » Forum Topics » I2P Development » Big Topics, Ideas, Proposals and Discussion » Tunnel stability, git, BitBucket and code reviews Powered by I2P
Skip to main content www.bentasker.co.uk Home Blog Documentation Videos Archive Tags Posts about git git, what more is there to say? https://xkcd.com/1597/ RSS feed Cross-domain tag search 2023-12-20 15:20 Moving Files And History Between Git Repos 2014-10-03 02:14 Sending commit notifications using Git post-receive hooks 2013-01-25 22:09 Linking a Git Repo with Pivotal Tracker 2013-01-20 23:18 BGitHub Feed Related...
This website works better with JavaScript. Explore Help Sign In Gitea: Git with a cup of tea A painless, self-hosted Git service Easy to install Simply run the binary for your platform, ship it with Docker , or get it packaged .
Adres URL projektu git ma postać: protocol://live-systems.org/git/repository . Tak więc, w celu sklonowania live-manual , uruchom: 806 $ git clone git://live-systems.org/git/live-manual.git 807 Lub 808 $ git clone https://live-systems.org/git/live-manual.git 809 Lub 810 $ git clone http://live-systems.org/git/live-manual.git 811 Adres do sklonowania z...
portage sync by git emerge --quiet dev-vcs/git cat << EOF > / etc / portage / repos.conf / gentoo.conf [DEFAULT] main-repo = gentoo [gentoo] location = /var/db/repos/gentoo sync-type = git sync-uri = https://github.com/gentoo-mirror/gentoo.git sync-depth = 1 auto-sync = yes sync-user = portage:portage EOF rm -rf /var/db/repos/gentoo emerge --sync
Для реєстрації змін, використовується саме рівень Git: git commit / git push ... Якщо вказати git status то побачимо, що в апстрім Git командою rad init раніше було додано rad/master .
2022-09-12 22:40:38 +05:30 - echo "$PRIVKEY $privkey" > ~/.ssh/id_rsa its ~/.ssh not .ssh 2022-09-12 22:08:30 +05:30 - chmod 700 ~/.ssh && chmod 600 ~/.ssh/id_rsa found the right ip 2022-10-06 22:52:27 +05:30 - ssh [email protected] -i ~/.ssh/id_rsa "cd /websiteupdate/website && git reset --hard origin/master && git config pull.rebase true && git pull" Finally! 2022-09-12 22:40:38 +05:30 secrets : [ privkey ] Reference in a new issue Copy permalink...
TODO: Make it actually load the kernel. 14 files changed: Makefile patch | blob | history boot/x86/.gitignore [new file with mode: 0644] patch | blob boot/x86/Makefile [new file with mode: 0644] patch | blob boot/x86/disk.dump [new file with mode: 0644] patch | blob boot/x86/fat32-structs.s [new file with mode: 0644] patch | blob boot/x86/fat32.s [new file with mode: 0644] patch | blob boot/x86/loader.s [new file with mode: 0644] patch | blob boot/x86/mbr.s [new file with mode: 0644] patch | blob...
zzzmirror.i2p Development updates Home Forums   SITE IS IN READ ONLY MODE Search Search Sun, 04 Oct 2020, 02:38pm Git aliases for mtn users » zzz Administrator Create or edit ~/.gitconfig Add to or create alias section [alias] ci = commit co = checkout dif = diff drop = reset HEAD head = show -s list = branch -a revrt = checkout HEAD st = status there's already a git revert command that's a little different, sadly add your suggestions below Link Post   Topic   (x) Home »...
index : gitman master Personal collection of scripts for managing multiple git remotes hexderm about summary refs log tree commit diff log msg author committer range diff options context: 1 2 3 4 5 6 7 8 9 10 15 20 25 30 35 40 space: include ignore mode: unified ssdiff stat only Diffstat -rwxr-xr-x gitman 4 1 files changed, 2 insertions, 2 deletions diff --git a/gitman b/gitman index 1651831..9d6a273 100755 --- a/ gitman +++ b/ gitman @@ -204,7 +204,7 @@ commit_exists() {...
Main page Posts Tech status I switched to Gitea - a FOSS Git web service Tags blog dev software When I first started the blog, there was no Git repo for anything. This quickly started to annoy me.
>', ) ) - name : Push flatpak update working-directory : flathub env : COMMIT_MESSAGE : ${{ steps.metadata.outputs.commit_message }} run : | git config user.name "${{ env.GIT_COMMITTER_NAME }}" git config user.email "${{ env.GIT_COMMITTER_EMAIL }}" git add . git commit -m "$COMMIT_MESSAGE" git push origin master 9 .github/workflows/release.yml vendored Unescape Escape View File @@ -25,11 +25,12 @@ jobs:...
This website requires JavaScript. Explore Help Sign In GitLost A painless, self-hosted Git service Easy to install Simply run the binary for your platform, ship it with Docker , or get it packaged . Cross-platform Gitea runs anywhere Go can compile for: Windows, macOS, Linux, ARM, etc.
[Pp]ublish.xml *.pfx *.publishsettings # RIA/Silverlight projects Generated_Code/ # Backup & report files from converting an old project file to a newer # Visual Studio version. Backup files are not needed, because we have git ;-) _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML UpgradeLog*.htm # SQL Server files App_Data/*.mdf App_Data/*.ldf ############# ## Windows detritus ############# # Windows image file caches Thumbs.db ehthumbs.db # Folder config file Desktop.ini # Recycle Bin used...