Filter
Exclude
Time range
-
Near
Replying to @Kanade_init
コマンドプロンプトは必ず叩きます。Docker関連でいるかな。あと、Consoleでログ見たりする。tail -fしたり。あと、GitCommand派は叩く。ただ、案件次第なような気がする。出番がない案件もあるとは思うのよね。
2
823
Final after a long duration of 4 months. Started working and learning of Git. #GIT #Gitcommand
2
23
Will a git "switch" help me find the perfect coding playlist? Source: devhubby.com/thread/what-is-… #tech #githubtips #git #versioncontrolsystem #gitcommand #git

4
9
よく使うコマンドを羅列するためのエイリアス作るのおすすめです! 例えば gitcommand と打つと git add . git commit -mコメント git push origin と表示されるような 実際登録するコマンドは以下のような感じです echo “コマンド1¥nコマンド2”
12
1,353
📢 Tip of the day #Git lovers. What if there is a bug introduced in the code but you don't know which commit introduced the bug? No worries, here is one procedure which help you to find it.😎 Procedure- 1) git bisect start- starts the searching procedure to find the bad commit. 2) (Optional) Use the command git bisect good <hash-code of the commit that you are sure doesn't have the bug>- usually this is the first or the second commit and tells git to start from the middle. 3) git will start checking out commits on its own, you have to test the commit and let git know if the commit has the bug or not by using commands,git bisect good- if the commit is fine git bisect bad- if the commit has the bug. 4) After giving feedback, git has a feedback tree that it uses to return the commit that introduced the bug/ the first bad commit, you can copy its hash code. The reference refs/bisect/bad will be left pointing at that commit. 5) After a bisect session, to clean up the bisection state and return to the original HEAD, issue the following command: git bisect reset- By default, this will return your tree to the commit that was checked out before git bisect started. 6) git bisect reset <commit>- For example, git bisect reset bisect/bad will check out the first bad revision, while git bisect reset HEAD will leave you on the current bisection commit and avoid switching commits at all. 7) git revert <hash-code of the bad commit>- used to revert the changes done in the bad commit that introduced the bug in the code. Important note:- Before executing the procedure kindly read the functional details of bisect as this helps you a lot especially when and in which case you can use this command. Reference - git-scm.com/docs/git-bisect #git #gitcommand #bisect

2
2
16
2,317
Replying to @Azauth
Saved this Tweet to your Notion database. Tags: [Gitcommand]
20
Git Status Command and its Lifecycle #git #gitcommand #vsc #code
1
4
We hope this helps! #github #gitcommand #gitcheatsheet
2
2
Replying to @Dwikariswanda
This thread is saved to your Notion database. Tags: [Gitcommand]
Replying to @tmoni5
This thread is saved to your Notion database. Tags: [Gitcommand]
Word of the Day "GIT STATUS COMMAND" Subscribe us at thetechplatform.com for more posts and articles. Follow us on Social Media at @TheTechPlatform #thetechplatform #git #word #of #the #day #wordoftheday📖 #gitcommand #programming
2
1
Today using git reflog helped brought my code back after resetting hard. Felt like I was doctor strange and using the time stone to see how git logs have been revised in past. Git always finds a way to amaze me 🙌 #git #superpower #code #gitcommand #gitreset #github #gitlab #vcs

ALT Doctor Strange Magic GIF

2
18
13 Dec 2021
5 new Git commands and 1 tip you’ll use every day blog.argoproj.io/5-new-git-c… #Git #gitcommand #programming #coding
6
1
19/JAN às 19:30hrs, a @AleSouzaf vai dar um treinamento de comandos git no meu canal da Twitch! Será um prazer recebê-la para compartilharmos conhecimento à essa comunidade dev maravilhosa! Imperdível! twitch.tv/dwtoledo #git #github #gitcommand #frontenddev #backenddev
2
4
30 Nov 2020
A beginner’s guide to the most popular Git commands. #biggners #guide #git #command #gitcommand #popular #programs
1
Top 15 #GitCommands You Probably Never Heard Of Read more 👉 ow.ly/ENR250uUaj7 #gitcommand #Git #programmer #developer #coderesource

1
70
183
#100DaysOfCode / Day42(1.5h~) / Total(96.5h) ほほぅ 今ここら辺が面白い innerHTML を使うか insertAdjacentHTMLか、 qiita.com/amamamaou/items/62… 便利なgitCommand qiita.com/tc_minami/items/70…

1
1
4