Skip to content

tktm8/git-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Git Workshop

Description

Git の学習用レポジトリです

Git の基本操作

ステージング・エリアにファイルを追加

git add <ファイルへの相対パス>

ステージング・エリアの中身を、ローカル・レポジトリに保存

git commit

リモート・レポジトリに保存

git push <リモートRepoの場所> <ブランチ名>

監査対象の設定

  • .gitignore -> 保存したくないものを指定 (バイナリデータ、パスワードなど)
  • .gitkeep -> 保存したい空のディレクトリ (フォルダ) を指定する

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages