Oximeeg

年収を上げたいITエンジニア

2023-03-26から1日間の記事一覧

Gitコマンド

git

リポジトリのクローン作成 git clone リポジトリ ブランチの一覧表示 git branch -vv ブランチ作成 git checkout -b ブランチ名 作業ツリーのステータス表示 git status コミット対象に含める git add . コミット git commit -m 'コミットメッセージ' コミッ…

GitHubでコード検索

コード検索 説明ページ https://github.com/features/code-search 検索ページ https://github.com/search リポジトリ内 ファイルツリー https://github.com/EnixCoda/Gitako エディタ . キーを押す。