GitHub CLI : Search For Issues

Опубликовано: 31 Октябрь 2024
на канале: Block of code
232
1

In current short tutorial you are going to learn how to search for any issues and find solution for your problem by using GitHub command line via terminal

steps:
1- open terminal window
2- type next command line and press enter : gh search issues "type your issue "

for example :
if you are looking to find how to update npm packages so in this case you have to type : gh search issues "npm update packages "