简体   繁体   English

如何判断 git 分支被推送到远程的日期时间?

[英]How to tell the date time that a git branch is pushed to remote?

A developer may create a local branch for a certain time and and work on this local branch.开发人员可以创建一个本地分支一段时间,并在这个本地分支上工作。 After sometime, he pushes this local branch to remote.一段时间后,他将这个本地分支推送到远程。

How can we tell the date time that this branch got pushed to remote?我们如何知道这个分支被推送到远程的日期时间? This is for bitbucket, if ever that matters at all.这适用于 bitbucket,如果这很重要的话。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何判断 git 分支是否是从远程获取的? - How to tell if git branch was fetched from remote? Git - 如何恢复已推送到远程分支(不是原点)的变基 - Git - How to revert a rebase that has been pushed to the remote branch (not origin) 如何判断哪个远程svn分支是本地git分支跟踪? - How to tell which remote svn branch is a local git branch tracking? 如何判断哪个本地分支与远程分支过时了 - How to tell which local branch is out of date with remote branch git pull将提交提交到远程分支 - git pull pushed commits to remote branch 删除在远程分支上推送的git提交 - Delete a git commit pushed on a remote branch 如果您已经将文件推送到远程分支,合并到开发分支并且它不是最新提交,如何从 git 中完全删除文件 - How to completely remove a file from git if you already pushed it to the remote branch, merged to the develop branch and it is not the latest commit 如何修复Git中的问题:“更新被拒绝,因为推送的分支提示位于其远程对应的后面” - How to fix issue in Git: “Updates were rejected because a pushed branch tip is behind its remote counterpart” 如何在Git中删除已经推送到远程分支并出现在我的同事本地存储库中的提交? - How to delete a commit in Git that is already pushed to a remote branch and present in my coworkers local repos? Git - 如何记录当前分支名称和我推送到控制台的最后一个远程 URL - Git - How do I log the current branch name AND the last remote URL I pushed to into the console
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM