zuchka committedAug 2, 2024 · update info in package json zuchka committedAug 2, 2024 · Commits on Jul 19, 2024 Commits on Dec 28, 2023 Commits on Aug 28, 2023 Commits on Jul 12, 2023 Commits on Mar 4, 2023 PreviousNext
To remove a large recursive tree you must pipe the directory tree tovidirand then explicitly remove all children files and directories before deleting a parent directory. You can do this also inedirof course (and arguably it is probably the safest approach) but there are times when you really...
[Gitaly] For a given ref, scan for all files matching a pattern. A possible implementation would beRepositoryService.SearchFilesByName(akagit ls-tree --full-tree --name-status -r <ref> <path>) plus filtering the output. Or maybe an additional optional field for SearchFilesByName that will ...
Points of note: You already know everything you need to know to fully-leverage server-side filtering, which removes the performance hit associated with client-side filtering (on the days elapsed); The script performs all the changes locally and then commits the ch...
If you contribute to many projects on GitHub, your profile is full of temporary forks that are only useful while the pull request is open. After that there is no reason to keep the fork. This tool will delete all such forks. And if there’s any commits in the fork that have not yet...
Git commits历史如何变得清爽起来? 多用git rebase。 比如,开发分支是feature,主干分支是master。我们在进行代码合并的时候,可以执行下面的命令。 # 切换当前分支到feature git checkout feature # 将当前分支代码变基为基于master git rebase master # 切换当前分支到feature git checkout feature # 将当前分支代码变基...
Summary The contributing guide was a little out of date, and there was some stuff in the readme that fits better in the contributing guide. Also, the commitlint hook was a little frustrating to work with. Since we default to squash and merge commits anyw
6 Commits setup Add files via upload Mar 24, 2024 src Add files via upload Mar 24, 2024 1.png Add files via upload Mar 24, 2024 Readme.md Update Readme.md Mar 24, 2024 View all files README 一、功能介绍 批量移除限制编辑密码,移除PDF、xlsx、pptx限制密码输出文件在源路径,结果名称带_r...
76 Commits .github [Feature] Initial commit. Dec 8, 2023 app Build: Update dependencies Oct 17, 2024 art [Feature] Add feature graphic as required by Play. Dec 12, 2023 docs [Feature] Initial commit. Dec 8, 2023 fastlane/metadata/android ...
remove [packit] prefix from pull-from-upstream dist-git commits… fb0cb3a xsuchyadded a commit to xsuchy/packit that referenced this issueMar 22, 2024 remove [packit] prefix from pull-from-upstream dist-git commits… dd48cb3 xsuchyadded a commit to xsuchy/packit that referenced this issue...