So, today I cloned a repo and it has many branches. I know one of the branches has a file that is updated and contains the word "token". This is how I find out which branch it is:
git branch -a | cut -c3- | cut -d' ' -f 1 | xargs git grep "token"
MATLAB applications, tutorials, examples, tricks, resources,...and a little bit of everything I learned ...
``` version: '1' services: man: build: . image: my-alpine:latest ``` Dockerfile: ``` FROM alpine:latest ENV PYTH...
No comments:
Post a Comment
Any comments?