1 parent33417a1commit1d609f8 Show file tree Hide file tree Showing69 changed fileswith3,668 additionsand1,822 deletions. Whitespace Ignore whitespace Split Unified README.md README_EN.md android .gitignore key.jks.old lib bean bindtelegram_entity.dart ...
git update-index[--add] [--remove | --force-remove] [--replace] [--refresh] [-q] [--unmerged] [--ignore-missing] [(--cacheinfo <mode>,,<file>)…] [--chmod=(+|-)x] [--[no-]assume-unchanged] [--[no-]skip-worktree] [--[no-]ignore-skip-worktree-entries] [--[no...
git update-index[--add] [--remove | --force-remove] [--replace] [--refresh] [-q] [--unmerged] [--ignore-missing] [(--cacheinfo <mode>,,<file>)…] [--chmod=(+|-)x] [--[no-]assume-unchanged] [--[no-]skip-worktree] [--ignore-submodules] [--[no-]split-index] [...
.gitignore README update (packaging) + gitignore. Mar 8, 2018 CONFIGURATION.md CONFIGURATION.md: Add note on checking keyring passwords Apr 5, 2022 CONTRIBUTE.md Add manpage_date helper script Apr 7, 2022 LICENSE.txt main: Clean up and upload the pypi package. ...
Just include [skip ci] in the commit message of the HEAD commit and Azure Pipelines will skip CI. You can also use any of the variations listed below. This is supported for commits to Azure Repos Git and GitHub Enterprise Server. [skip ci] or [ci skip] skip-checks: true or skip-...
While creating a new Git repository, you can now add and associate a .gitignore file with your repository. A .gitignore file specifies files that Git should ignore while performing a commit.The dialog allows you to select one of the many available .gitignore templates (Figure 5)....
8034956 install fully commit to new msi design 8036950 install need to turn on new patching mechanism during install runtime 8037542 install uninstaller not removing AU2.0 8037870 install "Back" button should not be shown on the JDK public jre's changefolder dialog. ...
8034956 install fully commit to new msi design 8036950 install need to turn on new patching mechanism during install runtime 8037542 install uninstaller not removing AU2.0 8037870 install "Back" button should not be shown on the JDK public jre's changefolder dialog. ...
创建自己的分支:git checkout -b feat/xxxx 提交你的修改:git commit -am 'feat(function): add xxxxx' 推送您的分支:git push origin feat/xxxx 提交pull request 已完成功能 项目搭建(基于 vite) 登录和注销 菜单(可以搜索及拖拽以及菜单布局)
NOTE: One thing that’s likely to be a bug is that when we clone the project from GitHub, it gets a .gitignore file from the server. However when you try to commit, it ignore the settings in this file and you’ve to exclude the bin, and packages folders again before you commit. ...