Git公式
Git 概要
◉ origin とは
Gitの基本コマンド
◉ git init
◉ git clone
◉ git add コマンド オプションも
◉ git commit を取り消す
◉ git rm
◉ git status
◉ git log
git ignore でファイルを無視する方法
◉ PC全体に.gitignoreを設定する方法
git-secrets
でgitリポジトリへのアクセス情報(ID/Passwordなど)の含まれたファイルのコミット」を機械的にリジェクトする
Github
personal acces token
各種エラー
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
error: insufficient permission for adding an object to repository database .git/objects
Updates were rejected because the remote contains work that you do not have locally. 〜the remote changes (e.g., 'git pull ...') before pushing again.の解決法
error: insufficient permission for adding an object to repository database .git/objects
error: Your local changes to the following files would be overwritten by merge:.DS_Store .Please commit your changes or stash them before you merge.
###git でブランチのマージを実行するとメッセージが表示されたまま動かない