Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
git勉強会(gitをインストールしようの会)
Search
EngineerCafe
October 28, 2023
0
320
git勉強会(gitをインストールしようの会)
EngineerCafe
October 28, 2023
Tweet
Share
More Decks by EngineerCafe
See All by EngineerCafe
Hacktivation2025_イントロダクション_ブロックチェーンことはじめ
engineercafe
0
25
エンジニアカフェ台湾ツアー2025
engineercafe
0
4
台湾視察報告レポート_2024
engineercafe
1
89
インド・バンガロール視察報告会
engineercafe
0
95
イベントレポート_Hacktivation 続:生成AI時代におけるブロックチェーンの可能性
engineercafe
0
83
Docker はじめの一歩 #1 Dockerコンテナを動かしてみよう
engineercafe
0
70
git勉強会 (基本的なコマンドを覚えよう)
engineercafe
0
120
エンジニアのための論文ゆる輪読会 #1【 #ゆるりん 】
engineercafe
0
140
git勉強会(トラブルシューティングについて考えよう)
engineercafe
0
260
Featured
See All Featured
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
A better future with KSS
kneath
239
17k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Speed Design
sergeychernyshev
32
1.1k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Typedesign – Prime Four
hannesfritz
42
2.8k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
51
5.6k
Agile that works and the tools we love
rasmusluckow
330
21k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Transcript
git勉強会 (gitをインストールしようの会) 2023年10月28日(日)14時~ 渕上 恵士朗
自己紹介 ・名前:渕上 恵士朗(ふちがみ けいしろう) ・出身:福岡大学商学部 ・仕事:某SI会社にてSEとして勤務(5年目) 来月から銀行でアプリ開発 エンジニアカフェスタッフとしてたまに勤務 ・技術:vb.net、SQLServer、IIS(windowsアプリ) ・業界:3年間ホテル基幹システム、 昨年から製造・流通業(販売管理システム)
イベントの目的 ・gitの初歩から実務的な運用、コマンドまで理解を深める (ステップ別に複数回のイベント実施を企画しています!!) ・よりよいgitの運用方法を皆さんで議論したい ・主催者が次の職場でgitを利用するので、使い方を思い出したい
gitとは? ・ソースコードなどのバージョン管理ツール。ファイルの変更履歴の保持、ファイルを 過去バージョンに戻すなどが可能。 参考:https://backlog.com/ja/git-tutorial/intro/01/ ・分散型のバージョン管理ツール(集中型のツールもある) 参考:https://dxo.co.jp/blog/archives/10604 ※リポジトリとは管理する場所
githubとは? ・gitの仕組みを利用して、ソースコード管理、公開を容易に行えるように作られた WEBサービス ・今回はgithubをリモートリポジトリの作成、マージなどで利用していきたいと思いま す。 参考:https://www.sejuku.net/blog/7901
QAタイム
gitをインストールしよう!! https://www.sejuku.net/blog/73444
githubのアカウントを作成しよう! https://reffect.co.jp/html/create_github_account_fi rst_time/
次回 ・gitの構成管理概要の振り返り ・gitの利用手順(clone,add,commit,push,pull) ・リモートリポジトリからcloneしよう! ・ファイルに変更を加えよう!