Hg Churn And Log Cheat Sheet, Ono Graphql - Gists · GitHub
Có thể bạn quan tâm
Fetch single branch (trunk): git fetch origin trunk:trunk (add -u flag when already on that branch)
Make a new worktree (similar to hg share): git worktree add --no-checkout --detach ../mynewfolder
Converting Hg repo to Git:
; get https://github.com/frej/fast-export somewhere ; clone hg repo hg clone repourl clonedirhg ; convert Hg largefiles to regular files hg lfconvert --to-normal clonedirhg clonedirhg-nolf ; init git repo and convert mkdir clonedirgit cd clonedirgit git init . ../path/to/fast-export.sh -r ../clonedirhg-nolf ; convert files to Git LFS git lfs migrate import --everything --verbose --include="*.png,*.jpg,*.tga" HgGraph of total commits by month, over last year:
hg churn -f "%Y-%m" -s -c -d "-365"List of my commits over last year:
hg log -k aras -d "2018-01-01 to 2018-12-31" --template "{short(node)} {user(author)} {firstline(desc)}\n" >mycommits.txtMy lines changed count over last year (takes ages):
hg churn -r "user(aras)" -d "2018-01-01 to 2018-12-31" --diffstatCommits over last 30 days by authors:
hg churn -d "-30" -cGit commits since date by authords:
git shortlog -sne --since="01 Jan 2020"Figuring out size of branch merge (see size of tmp.hg after the command):
hg bundle -v -r my/branch/name --base trunk tmp.hg OnoOno list of PRs for an author (https://ono.unity3d.com/_admin/graphql):
{ repository(name: "unity/unity") { pullRequests(user: {username: "aras"}, includeClosed: true) { nodes { id created origin { name } title iterations { id } } } } }Từ khóa » Hg Churn
-
ChurnExtension - Mercurial SCM
-
HG Churn Examples · GitHub
-
Churn Yi Lim - Hg Capital
-
Churn Yi Lim - Investment Professional - Hg - LinkedIn
-
Hgext/ - Mercurial - Fossies
-
Using Mercurial, How Can I Measure Individual Contributions?
-
Hg - Man Pages Section 1: User Commands - Oracle Help Center
-
HG Butter Churn Basics - Mill House Quilts
-
How To Use Churn Extension Of Mercurial - Code Yarns
-
Hg
-
5 Practices For Reducing Requirements Churn - Perforce Software
-
HG-Butter Churn Basics 6289-33 Tan Dot - Foust Textiles
-
HG-Butter Churn Basics 6559-44 - Foust Textiles
-
Repoman.hg Package