Skip to content

Some problems of using Git #1

Description

@geosciman
git tag -a v1.0 -m 'version 1.0'
git push origin v1.0:v1.0    # 通常的git push不会将标签对象提交到git服务器,进行显式的操作
git push origin –tags         # 将本地所有标签一次性提交到git服务器

git checkout -b [branch name]  # 新建切换分支
git push origin [branch name]   # 显式推送远程分支

Travis CI
Build only if .travis.yml is present:是只有在.travis.yml文件中配置的分支改变了才构建
Build pushes:当推送完这个分支后开始构建。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions