Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams Collectives™ on Stack Overflow Find centralized, trusted content and collaborate around the technologies you use most. Learn more about Collectives
A free Git client for Windows and Mac Sourcetree simplifies how you interact with your Git repositories so you can focus on coding. Visualize and manage your repositories through Sourcetree's simple Git GUI. Simple for beginners Say goodbye to the command line - simplify distributed version control with a Git client and quickly bring everyone up to speed. Powerful for experts Perfect for making ad
投稿日: 2022/07/18 作成者: Horiguchi カテゴリ: git,ブログ 今回はリモートリポジトリのタグを付け直す方法をご紹介します。 リモートからタグを削除する まず、リモートのタグを確認します。 以下のコマンドを実行するとリモートにあるタグが確認できます。 git ls-remote --tags e6c92345dbed32857fc57fcdf6483f455b2feb9a refs/tags/v1.0.1 e586d3c0ffe0168547889450ec57fcdf6483cc8c refs/tags/v1.0.2 1161ae72857fc57fcdf64808f9fda45cdf6483cc refs/tags/v1.0.3 以下のコマンドでリモートのタグを削除します。今回はv1.0.3を削除します。 git push origin --delete v1
github の push 時の private email 関係のエラーを解消する方法 First 今まで普通に push できていたはずなのに,ある日突然 github の push 時に以下のエラーが起きて push できなくなった. remote: error: GH007: Your push would publish a private email address. Why github の設定で自分の email を private にするみたいな設定をしたようで,それで config に自分の email アドレスを設定している状態で push しようとしているのでエラーが出ているようだ. ちなみに github で private に設定している場所は Settings の Emails の以下のチェックボックスにチェックしているからだと思われる. Keep my em
I have accepted and merged a pull request on GitHub, and now I cannot pull my commits any more. The message is: ! [remote rejected] master -> master (push declined due to email privacy restrictions) error: failed to push some refs to 'git@github.com:FranckFreiburger/vue-resize-sensor.git' git did not exit cleanly (exit code 1) (3838 ms @ 12/04/2017 21:23:11) What should I do now?
概要 この記事では、複数の GitHub アカウントを使い分ける方法について解説しています。 仕事とプライベートで GitHub アカウントを使い分けたいなと思っている方のお役に立てれば幸いです。 この記事の説明は、「すでに GitHub を使用していて新たに 2 つ目の GitHub アカウントを追加したい」というユースケースにおける説明になっています。 それでは頑張っていきましょう! 動作環境 マシン: M1 Mac mini OS: macOS Big Sur シェル:zsh 5.8 秘密鍵・公開鍵を生成する 新しい GitHub アカウント用に秘密鍵・公開鍵を生成します。 ターミナルを起動し、以下のコマンドを順に実行します。
I'm working with a git repository that needs a commit from another git repository that knows nothing of the first. Typically I would cherry-pick using the HEAD@{x} in the reflog, but because this .git knows nothing of this reflog entry (different physical directory), how can I cherry-pick this, or can I? I'm using git-svn. My first branch is using git-svn of the trunk of a Subversion repo, and the
I need a way to export a stashed change to another computer. On computer 1 I did $ git stash save feature I'm trying to get the stash patch to a file and then import it to another computer $ git stash show -p > patch This command gives me a file that I can move to another computer where this repo is cloned, but the question is how to import it as a stash again.
gitを使っていて面倒くさいことの一つに、git pull / git pushなど、リモートリポジトリとのやりとりにパスワードの入力が毎回必要になることがあげられるかもしれません。Macでssh接続を使っているならば、自動的にキーチェインに格納されたパスワードを使ってくれて便利なのですが、http接続の場合毎回パスワードを入力する必要がありめんどくさい…。 今までこう思っていました。実はhttp接続でもパスワード入力を省略することができます。それには「git-credential-osxkeychain」を使います。ただパスワード入力が省略できるだけではなく、キーチェインにパスワードを保存してくれるので安全です。 インストール Mac環境では「brew install git」または、「port install git」でgitをインストールすると、git-credential-osxk
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く