AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题

问题[version-control](ubuntu)

Martin Hope
N0rbert
Asked: 2019-06-07 05:58:30 +0800 CST

是否可以将 RabbitVCS 集成到 Caja 文件管理器?

  • 1

众所周知,RabbitVCS 可以通过安装相应的rabbitvcs-nautilus软件包集成到 Nautilus 文件管理器中。
这为 Subversion (SVN) 和 Git 添加了相关的菜单项调用工具。

但是是否可以像在 Ubuntu MATE 16.04 LTS 或 18.04 LTS 中那样将它集成到 Caja 文件管理器中?

python rabbitvcs version-control mate caja
  • 1 个回答
  • 1152 Views
Martin Hope
Keo
Asked: 2018-04-15 05:28:03 +0800 CST

git-man 和 git-doc 包有什么区别?

  • 2

它们是一样的吗?git-doc过时了吗?

另外,我如何在 apt 上找到有关软件包的信息?

apt git version-control
  • 1 个回答
  • 160 Views
Martin Hope
Majid Azimi
Asked: 2018-02-08 01:54:53 +0800 CST

如何拉取并推送到本地 git 存储库?

  • 0

我正在和我的同事在我们公司的 Ubuntu 中开展一个项目。他在我们俩都可以访问的共享服务器上为我们的项目本地创建了一个 git 存储库。而且我们不打算把它放在 Github.com 上

我已经克隆了那个项目,但是我找不到我的同事如何给我“贡献者权限”以拉到这个本地 git 存储库以及他如何查看我的更改以合并到主分支的方法。

我在网上搜索并找到了将网站放在 Github.com 并在网站上给予贡献者许可的唯一解决方案。

我看到有人说我们应该使用“git init --shared={all|world|everybody}”,但问题仍然存在,我如何才能推送到该存储库并且他可以在合并之前查看我的更改。我应该简单地运行“git push -u origin master”吗?

我的同事使用“git init --shared=0777”重新初始化了存储库。但是,当我在“git add .”和“git commit -m "STH EDITED"”之后尝试推送到这个存储库时,我收到以下错误:

majid@majid:~/Projects/Annotation$ git push -u /data/sstore-data/projects/AnnotateTool
warning: push.default is unset; its implicit value has changed in
Git 2.0 from 'matching' to 'simple'. To squelch this message
and maintain the traditional behavior, use:

git config --global push.default matching

To squelch this message and adopt the new behavior now, use:

git config --global push.default simple

When push.default is set to 'matching', git will push local branches
to the remote branches that already exist with the same name.

Since Git 2.0, Git defaults to the more conservative 'simple'
behavior, which only pushes the current branch to the corresponding
remote branch that 'git pull' uses to update the current branch.

See 'git help config' and search for 'push.default' for further information.
(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
'current' instead of 'simple' if you sometimes use older versions of Git)

Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 1.45 KiB | 0 bytes/s, done.
Total 5 (delta 4), reused 0 (delta 0)
remote: error: insufficient permission for adding an object to repository database ./objects
remote: fatal: failed to write object
error: unpack failed: unpack-objects abnormal exit
To /data/sstore-data/projects/AnnotateTool
! [remote rejected] master -> master (unpacker error)
error: failed to push some refs to '/data/sstore-data/projects/AnnotateTool'
repository git version-control
  • 1 个回答
  • 1183 Views
Martin Hope
Queops
Asked: 2010-10-30 12:42:58 +0800 CST

Mercurial 有完整的 GUI 界面吗?

  • 12

我已经从存储库中尝试过 TortoiseHG,但它根本不起作用。

gui version-control mercurial
  • 4 个回答
  • 18046 Views
Martin Hope
andrewsomething
Asked: 2010-10-14 16:09:07 +0800 CST

如何将“点文件”置于版本控制之下?

  • 30

Etckeeper是一个很好的工具,用于跟踪/etc. 关于它的一些关键事情真的很突出。它可以与多种 VCS 一起使用:git、mercurial、darcs 或 bzr。它还每天以及在您安装、删除或升级软件包时自动提交。它还跟踪文件权限和用户/组所有权元数据。

我还想将我的“点文件”保存在我的主目录中,并受版本控制,最好是集市。有谁知道是否有类似 etckeeper 的工具用于此目的?

最坏的情况,我想象一个简单的 cron 作业bzr add && bzr ci每天运行一次或两次,同时将~/Documents,~/Music等添加到.bzrignore 任何已经用脚本做类似事情的人?

虽然我更喜欢集市,但其他选择可能会很有趣。

configuration scripts backup bazaar version-control
  • 8 个回答
  • 3301 Views
Martin Hope
c.sokun
Asked: 2010-10-12 01:21:51 +0800 CST

git 和 git-core 包有什么区别?

  • 64

为什么有git包和git-core包?有什么区别吗?

git version-control
  • 1 个回答
  • 28126 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve